Class: Ems::EmsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ems/ems_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_ability

Instance Method Details

#indexObject



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