engine/spec/dummy/app/controllers/foo_controller.rb

10 lines
125 B
Ruby

class FooController < Locomotive::BaseController
skip_load_and_authorize_resource
sections :foo
def index
end
end