Class: Ems::EmsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Ems::EmsController
- Defined in:
- app/controllers/ems/ems_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
5 6 7 8 9 10 11 |
# File 'app/controllers/ems/ems_controller.rb', line 5 def index # Workaround for active admin routing problem. # see: # http://stackoverflow.com/questions/10684566/mountable-engine-routing-with-active-admin-on-rails # TODO find a nicer solution for this problem. render :layout => 'ems/application' end |