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