diff --git a/app/controllers/react/settings_controller.rb b/app/controllers/react/settings_controller.rb index d16cc95b3..9c496668f 100644 --- a/app/controllers/react/settings_controller.rb +++ b/app/controllers/react/settings_controller.rb @@ -2,8 +2,6 @@ module React class SettingsController < ApplicationController layout 'application_react' - def index - end - + def index; end end -end \ No newline at end of file +end