Class: Leather::LayoutsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/leather/layouts_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#components, #ui_kit

Instance Method Details

#adminObject



3
4
5
# File 'app/controllers/leather/layouts_controller.rb', line 3

def admin
  set_tab :layouts
end

#three_columnObject



11
12
13
# File 'app/controllers/leather/layouts_controller.rb', line 11

def three_column
  set_tab :layouts
end

#two_columnObject



7
8
9
# File 'app/controllers/leather/layouts_controller.rb', line 7

def two_column
  set_tab :layouts
end