Class: Abc::Frontend::PagesController

Inherits:
BaseController show all
Defined in:
app/controllers/abc/frontend/pages_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#index

Instance Method Details

#showObject



7
8
9
# File 'app/controllers/abc/frontend/pages_controller.rb', line 7

def show
  @data = OpenStruct.new(::Abc::Frontend::Conductors::ShowsPage.call(params))
end