Sha256: 56e1e4855c0b76c14897ab2b5807c28cbd2631f9b83815a1dafcc87c8dc777ff

Contents?: true

Size: 337 Bytes

Versions: 10

Compression:

Stored size: 337 Bytes

Contents

module Unidom
  module Price

    class Engine < ::Rails::Engine

      isolate_namespace ::Unidom::Price

      initializer :append_migrations do |app|
        config.paths['db/migrate'].expanded.each { |expanded_path| app.config.paths['db/migrate'] << expanded_path } unless app.root.to_s.match root.to_s
      end

    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
unidom-price-1.3.2 lib/unidom/price/engine.rb
unidom-price-1.3.1 lib/unidom/price/engine.rb
unidom-price-1.3 lib/unidom/price/engine.rb
unidom-price-1.2 lib/unidom/price/engine.rb
unidom-price-1.1 lib/unidom/price/engine.rb
unidom-price-1.0.1 lib/unidom/price/engine.rb
unidom-price-1.0 lib/unidom/price/engine.rb
unidom-price-0.3 lib/unidom/price/engine.rb
unidom-price-0.2 lib/unidom/price/engine.rb
unidom-price-0.1 lib/unidom/price/engine.rb