mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Rename "Best Of" to "Summary"
This commit is contained in:
5
db/migrate/20131118173159_rename_best_of_to_summary.rb
Normal file
5
db/migrate/20131118173159_rename_best_of_to_summary.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class RenameBestOfToSummary < ActiveRecord::Migration
|
||||
def change
|
||||
rename_column :topics, :has_best_of, :has_summary
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user