Sha256: b529a9661dfe3e8f6aa62b1a3fe7128e41ca3e7c0c658f158657b204172bb96e
Contents?: true
Size: 331 Bytes
Versions: 12
Compression:
Stored size: 331 Bytes
Contents
module Unidom module Geo class Engine < ::Rails::Engine isolate_namespace Unidom::Geo 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
12 entries across 12 versions & 1 rubygems