Class: StyleGuide::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/style_guide/application_controller.rb

Direct Known Subclasses

StyleController

Instance Method Summary collapse

Instance Method Details

#load_sectionsObject



3
4
5
# File 'app/controllers/style_guide/application_controller.rb', line 3

def load_sections
  @sections = StyleGuide::Engine.config.style_guide.sections
end