Sha256: 7f853f617e356e216bc78fe9ceb8c83e0ff65c061fab821227e46177d6e62211
Contents?: true
Size: 416 Bytes
Versions: 14
Compression:
Stored size: 416 Bytes
Contents
module Ems class EmsController < ApplicationController skip_authorization_check :only => [:index] 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 end end
Version data entries
14 entries across 14 versions & 1 rubygems