Class: Leather::LayoutsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Leather::LayoutsController
- Defined in:
- app/controllers/leather/layouts_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#admin ⇒ Object
3 4 5 |
# File 'app/controllers/leather/layouts_controller.rb', line 3 def admin set_tab :layouts end |
#three_column ⇒ Object
11 12 13 |
# File 'app/controllers/leather/layouts_controller.rb', line 11 def three_column set_tab :layouts end |
#two_column ⇒ Object
7 8 9 |
# File 'app/controllers/leather/layouts_controller.rb', line 7 def two_column set_tab :layouts end |