adds hound recomendations for react/settings_controller.rb

This commit is contained in:
Toni Dezman 2017-07-28 12:53:15 +02:00
parent ffda8b259b
commit f76512f364

View file

@ -2,8 +2,6 @@ module React
class SettingsController < ApplicationController
layout 'application_react'
def index
end
def index; end
end
end
end