spec/support/app/controllers/inherited_controller.rb in layout-0.2.0 vs spec/support/app/controllers/inherited_controller.rb in layout-0.2.1

- old
+ new

@@ -1,6 +1,6 @@ class InheritedController < SamplesController - set_layout :missing, :only => :index + set_layout :missing, only: :index def index render "/action" end end