Module: LayMeOut::Layout

Defined in:
lib/lay_me_out.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



9
10
11
12
13
14
15
16
# File 'lib/lay_me_out.rb', line 9

def self.included(base)
  base.class_eval do
    self.layout "lay_me_out/application"
    self.helper LayMeOut::ApplicationHelper
    include LayMeOut::Controllers::Layout
    include LayMeOut::Controllers::Navigation
  end
end