Class: Comable::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Includes:
ApplicationHelper
Defined in:
app/controllers/comable/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#set_view_pathObject



8
9
10
# File 'app/controllers/comable/application_controller.rb', line 8

def set_view_path
  prepend_view_path current_store.theme.dir if current_store.theme
end