Sha256: 7ad299c9fb6e3dc7ef6ade26524c6bd2baf403251be70b5c61820da6b2ce8191

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

require 'cancan'
module Hydra
  module RoleManagement
    class Engine < ::Rails::Engine
      engine_name 'role_management'

      # Rails 4 should do this automatically:
      config.paths.add "app/controllers/concerns", eager_load: true
      config.paths.add "app/models/concerns", eager_load: true
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hydra-role-management-1.0.0 lib/hydra/role_management.rb
hydra-role-management-0.2.2 lib/hydra/role_management.rb
hydra-role-management-0.2.1 lib/hydra/role_management.rb
hydra-role-management-0.2.0 lib/hydra/role_management.rb