Skip to content

Upgrade from 1.0 to 2.0

cesidio edited this page Nov 10, 2012 · 4 revisions

Please run the following script from the rails console

# Replace Story with your Likeable model
Story.all.each{ |s| s.update_attribute :likes, s.likers.size }
Clone this wiki locally