Class: StyleGuide::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- StyleGuide::ApplicationController
- Defined in:
- app/controllers/style_guide/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#load_sections ⇒ Object
3 4 5 |
# File 'app/controllers/style_guide/application_controller.rb', line 3 def load_sections @sections = StyleGuide::Engine.config.style_guide.sections end |