Lint 적용
This commit is contained in:
parent
ec259c981c
commit
faaf8677e3
|
|
@ -5,7 +5,6 @@ class ApplicationController < ActionController::Base
|
||||||
before_action :set_controllers
|
before_action :set_controllers
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def set_controllers
|
def set_controllers
|
||||||
@controllers = Controller.all
|
@controllers = Controller.all
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -55,4 +55,4 @@
|
||||||
} %>
|
} %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue