Sha256: 0748caf1282058b16a3a565ea32085c2a4d0d9681cf78d14525d6f9373778e16

Contents?: true

Size: 217 Bytes

Versions: 4

Compression:

Stored size: 217 Bytes

Contents

require 'rails'

module Dutchman
  class Engine < Rails::Engine
    initializer 'flying_dutchman.setup',
      :group => :all do |app|
        app.paths['config'] << File.join(config.root, 'vendor')
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flying_dutchman-0.6.0 lib/flying_dutchman/engine.rb
flying_dutchman-0.5.0 lib/flying_dutchman/engine.rb
flying_dutchman-0.4.0 lib/flying_dutchman/engine.rb
flying_dutchman-0.3.0 lib/flying_dutchman/engine.rb