Use double quotes in controllers/
This commit is contained in:
@@ -2,8 +2,8 @@ class Admin::SettingsController < Admin::BaseController
|
||||
|
||||
def index
|
||||
all_settings = Setting.all.group_by { |s| s.type }
|
||||
@settings = all_settings['common']
|
||||
@feature_flags = all_settings['feature']
|
||||
@settings = all_settings["common"]
|
||||
@feature_flags = all_settings["feature"]
|
||||
end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user