Sha256: 050d12232c7337ea9fc6cdf5b219e8987fe6c139d1af81728550db22947147e1
Contents?: true
Size: 343 Bytes
Versions: 14
Compression:
Stored size: 343 Bytes
Contents
module Unidom module Shopping class Engine < ::Rails::Engine isolate_namespace ::Unidom::Shopping 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
14 entries across 14 versions & 1 rubygems