Sha256: 8c860569c1472c9ae6af80a82cce6a01b1c649d4033dec62f3f57e9a1b6d7785

Contents?: true

Size: 304 Bytes

Versions: 3

Compression:

Stored size: 304 Bytes

Contents

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

3 entries across 3 versions & 1 rubygems

Version Path
hydra-role-management-0.1.0 lib/hydra/role_management.rb
hydra-role-management-0.0.2 lib/hydra/role_management.rb
hydra-role-management-0.0.1 lib/hydra/role_management.rb