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