Sha256: a0da78474f26c62bb4e8da2c51b77bffc304655c535c823f0bd7de03bb1e46ca

Contents?: true

Size: 426 Bytes

Versions: 4

Compression:

Stored size: 426 Bytes

Contents

module ExceptionallyBeautiful
  class Engine < ::Rails::Engine
    isolate_namespace ExceptionallyBeautiful

    config.autoload_paths += Dir["#{config.root}/app/**/"]

    initializer 'exceptionally_beautiful.update_exceptions_app' do |app|
      app.config.exceptions_app = app.routes
    end

    rake_tasks do
      load config.root.join('lib/exceptionally_beautiful/tasks/exceptionally_beautiful.rake')
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
exceptionally_beautiful-0.1.5 lib/exceptionally_beautiful/engine.rb
exceptionally_beautiful-0.1.4 lib/exceptionally_beautiful/engine.rb
exceptionally_beautiful-0.1.3 lib/exceptionally_beautiful/engine.rb
exceptionally_beautiful-0.1.2 lib/exceptionally_beautiful/engine.rb