Sha256: 17487c54174176cfe35bfa27d7e6a698d2fe4e72917c722f66a69c442e783147
Contents?: true
Size: 376 Bytes
Versions: 10
Compression:
Stored size: 376 Bytes
Contents
module Unidom module Geo module China class Engine < ::Rails::Engine isolate_namespace ::Unidom::Geo::China 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 end
Version data entries
10 entries across 10 versions & 1 rubygems