Sha256: 57321eeec75c1a19ca4aacd0f6faff35b54f33f5a8d2c7743f034293c8c12400
Contents?: true
Size: 337 Bytes
Versions: 11
Compression:
Stored size: 337 Bytes
Contents
module Unidom module Order class Engine < ::Rails::Engine isolate_namespace ::Unidom::Order 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
11 entries across 11 versions & 1 rubygems