Sha256: 5e204bfbced6dd667eb5936ecebd21ab6630e1920056b9cc6c7d8e4dd11e2a4f

Contents?: true

Size: 397 Bytes

Versions: 5

Compression:

Stored size: 397 Bytes

Contents

module NotifyOn
  class Engine < ::Rails::Engine

    isolate_namespace NotifyOn

    config.generators do |g|
      g.test_framework :rspec, :fixture => false
      g.fixture_replacement :factory_girl, :dir => 'spec/factories'
      g.assets false
      g.helper false
    end

    config.after_initialize do
      Rails.application.eager_load!
      NotifyOn::BulkConfig.load
    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
notify_on-1.0.5 lib/notify_on/engine.rb
notify_on-1.0.4 lib/notify_on/engine.rb
notify_on-1.0.3 lib/notify_on/engine.rb
notify_on-1.0.2 lib/notify_on/engine.rb
notify_on-1.0.1 lib/notify_on/engine.rb