Class: Sites::SectionsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Sites::SectionsController
- Defined in:
- app/controllers/cas/sites/sections_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/cas/sites/sections_controller.rb', line 3 def index @sections = @site.sections.all end |