Class: Itsf::Backend::HomeController
Class Method Summary
collapse
Instance Method Summary
collapse
#authorize, #engine_policy
Class Method Details
.engine ⇒ Object
27
28
29
|
# File 'app/controllers/itsf/backend/home_controller.rb', line 27
def self.engine
"#{name.deconstantize}::Engine".constantize
end
|
Instance Method Details
#engine ⇒ Object
31
32
33
|
# File 'app/controllers/itsf/backend/home_controller.rb', line 31
def engine
self.class.engine
end
|
#index ⇒ Object
7
8
|
# File 'app/controllers/itsf/backend/home_controller.rb', line 7
def index
end
|