Sha256: 0f902e9ef05bf15f9eba828464b5e61319be8d622c6a46bf02155583b6da6d69

Contents?: true

Size: 316 Bytes

Versions: 1

Compression:

Stored size: 316 Bytes

Contents

module Bpl
  module InstitutionManagement
    class Engine < ::Rails::Engine
      engine_name 'institution_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

1 entries across 1 versions & 1 rubygems

Version Path
bpl-institution-management-0.0.2 lib/bpl/institution_management.rb