Sha256: 174846d37ffbf30d28fa1595bd552252fef0a6b2b46d706fc76f9e997b753287

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

module Dummy
  class Engine < ::Rails::Engine
    initializer :dummy,  before: :load_init_rb do |app|
      app.config.paths["db/migrate"].concat(config.paths["db/migrate"].expanded)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
combustion-0.7.0 spec/dummy/lib/engine.rb
combustion-0.6.0 spec/dummy/lib/engine.rb
combustion-0.5.5 spec/dummy/lib/engine.rb
combustion-0.5.4 spec/dummy/lib/engine.rb