Commit c6d6bd6a authored by Andrew8xx8's avatar Andrew8xx8

Typo fixed

parent 0d9a6fe7
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment