Fixed rubocop.
This commit is contained in:
parent
736c782bf3
commit
5b1a481cf1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue