Class: ExpressUi::TemplatesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ExpressUi::TemplatesController
- Defined in:
- app/controllers/express_ui/templates_controller.rb
Instance Method Summary collapse
- #content_and_sidebar ⇒ Object
- #content_and_sidebar_fixed ⇒ Object
- #full_width ⇒ Object
- #half_width ⇒ Object
- #master_detail_fixed ⇒ Object
- #master_detail_scroll ⇒ Object
Instance Method Details
#content_and_sidebar ⇒ Object
13 14 |
# File 'app/controllers/express_ui/templates_controller.rb', line 13 def end |
#content_and_sidebar_fixed ⇒ Object
16 17 |
# File 'app/controllers/express_ui/templates_controller.rb', line 16 def end |
#full_width ⇒ Object
22 23 |
# File 'app/controllers/express_ui/templates_controller.rb', line 22 def full_width end |
#half_width ⇒ Object
19 20 |
# File 'app/controllers/express_ui/templates_controller.rb', line 19 def half_width end |
#master_detail_fixed ⇒ Object
10 11 |
# File 'app/controllers/express_ui/templates_controller.rb', line 10 def master_detail_fixed end |
#master_detail_scroll ⇒ Object
7 8 |
# File 'app/controllers/express_ui/templates_controller.rb', line 7 def master_detail_scroll end |