Skip to content

Instantly share code, notes, and snippets.

@nbrew
Created January 28, 2011 00:10
Show Gist options
  • Save nbrew/799572 to your computer and use it in GitHub Desktop.
Save nbrew/799572 to your computer and use it in GitHub Desktop.
Bulk Update ActsAsIndexed Indexes for Specific Models
[Image,NewsItem,Page,Resource].each { |klass| klass.all.each {|e| e.add_to_index } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment