Class: Comable::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Comable::ApplicationController
- Includes:
- ApplicationHelper
- Defined in:
- app/controllers/comable/application_controller.rb
Direct Known Subclasses
CartsController, HomeController, OrdersController, PagesController, ProductsController, UsersController
Instance Method Summary collapse
Instance Method Details
#set_view_path ⇒ Object
8 9 10 |
# File 'app/controllers/comable/application_controller.rb', line 8 def set_view_path prepend_view_path "themes/#{current_store.theme_name}" if current_store.theme_name end |