Class: Boar::PagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/boar/pages_controller.rb

Instance Attribute Summary

Attributes inherited from ApplicationController

#boar_options

Instance Method Summary collapse

Methods inherited from ApplicationController

#setup_boar_options

Instance Method Details

#mainObject



9
10
11
# File 'app/controllers/boar/pages_controller.rb', line 9

def main
  Boar::Services::Pages.new(self).run(:main)
end