Rubocop syntax update

This commit is contained in:
Priit Tark 2015-02-27 15:41:53 +02:00
parent 1e38c0f7d7
commit e238760cef

View file

@ -1,4 +1,5 @@
if ActiveRecord::Base.connected? && ActiveRecord::Base.connection.table_exists?('settings') # otherwise rake not working 100%
# otherwise rake not working 100%
if ActiveRecord::Base.connected? && ActiveRecord::Base.connection.table_exists?('settings')
Setting.disclosure_name = true if Setting.disclosure_name.nil?
Setting.disclosure_name = true if Setting.disclosure_name.nil?
Setting.disclosure_org_name = true if Setting.disclosure_org_name.nil?