Sha256: 408b9ea80e2c9bcd4cc5d5fe07e8596612d9d61739031601d0b52790126baf96
Contents?: true
Size: 384 Bytes
Versions: 8
Compression:
Stored size: 384 Bytes
Contents
module Unidom module Contact module China class Engine < ::Rails::Engine isolate_namespace ::Unidom::Contact::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
8 entries across 8 versions & 1 rubygems