Used the term suspended instead of banned.

This commit is contained in:
Neil Lalonde
2013-11-07 13:53:32 -05:00
parent 706f96af0a
commit 0c6f794eb0
57 changed files with 318 additions and 312 deletions

View File

@@ -0,0 +1,6 @@
class RenameBannedToSuspended < ActiveRecord::Migration
def change
rename_column :users, :banned_at, :suspended_at
rename_column :users, :banned_till, :suspended_till
end
end