Typo fixed
This commit is contained in:
parent
0d9a6fe7b1
commit
c6d6bd6ab4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class ConvertBlockedToState < ActiveRecord::Migration
|
|||
|
||||
def down
|
||||
User.transaction do
|
||||
User.where(satate: :blocked).update_all(blocked: :true)
|
||||
User.where(state: :blocked).update_all(blocked: :true)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue