Rename "Best Of" to "Summary"

This commit is contained in:
Robin Ward
2013-11-18 12:48:26 -05:00
parent 34e451ef25
commit 4ce81e1b01
61 changed files with 212 additions and 227 deletions

View File

@@ -0,0 +1,5 @@
class RenameBestOfToSummary < ActiveRecord::Migration
def change
rename_column :topics, :has_best_of, :has_summary
end
end