Typo fixed

5-0-stable
Andrew8xx8 2013-03-05 14:29:44 +04:00
parent 0d9a6fe7b1
commit c6d6bd6ab4
1 changed files with 1 additions and 1 deletions

View File

@ -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