fix style

This commit is contained in:
Stella Rouzi 2014-07-29 23:01:02 +03:00
parent e0778a94de
commit d98cb8ccff

View file

@ -40,6 +40,6 @@ class DeleteEventsWithoutUser < ActiveRecord::Migration
end
def down
raise ActiveRecord::IrreversibleMigration, 'Cannot reverse migration. Events deleted cannot be re-created'
raise ActiveRecord::IrreversibleMigration.new('Cannot reverse migration. Deleted events cannot be re-created')
end
end