Applied rubocop.
This commit is contained in:
parent
06d970efb6
commit
c65e3a02c3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class AddSettingOnlineService < ActiveRecord::Migration
|
|||
def up
|
||||
|
||||
# return if it's a new setup
|
||||
return if !Setting.find_by(name:'system_init_done')
|
||||
return if !Setting.find_by(name: 'system_init_done')
|
||||
|
||||
Setting.create_or_update(
|
||||
title: 'System Init Done',
|
||||
|
|
Loading…
Reference in a new issue