Fixed rubocop.

This commit is contained in:
Martin Edenhofer 2016-01-13 22:42:08 +01:00
parent 736c782bf3
commit 5b1a481cf1

View file

@ -1,5 +1,5 @@
class UpdateAuth < ActiveRecord::Migration
def up
Setting.where(name:'auth_otrs').destroy_all
Setting.where(name: 'auth_otrs').destroy_all
end
end