Class: Flexite::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Flexite::ApplicationController
show all
- Defined in:
- app/controllers/flexite/application_controller.rb
Class Method Summary
collapse
Class Method Details
.inherited(subclass) ⇒ Object
7
8
9
|
# File 'app/controllers/flexite/application_controller.rb', line 7
def self.inherited(subclass)
subclass.append_view_path File.join(Flexite::Engine.root, "app/views/flexite/#{subclass.controller_name}")
end
|