Sha256: 10ff9c0b974e73feff5612ce71bdac0d91dc8d47f444b8e5c513c2daf757f576

Contents?: true

Size: 526 Bytes

Versions: 12

Compression:

Stored size: 526 Bytes

Contents

module Unirer
  module Bootstrap

    class Engine < ::Rails::Engine

      config.autoload_paths += %W(
        #{config.root}/lib
        #{config.root}/app/controllers/unirer/bootstrap/concerns
        #{config.root}/app/models/unirer/bootstrap/concerns
      )

      config.eager_load_paths += %W(
        #{config.root}/lib
        #{config.root}/app/controllers/unirer/bootstrap/concerns
        #{config.root}/app/models/unirer/bootstrap/concerns
      )

      isolate_namespace Unirer::Bootstrap

    end

  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
unirer-bootstrap-0.12 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.11 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.10 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.9 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.8 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.7 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.6 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.5 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.4 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.3 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.2 lib/unirer/bootstrap/engine.rb
unirer-bootstrap-0.1 lib/unirer/bootstrap/engine.rb