Sha256: bad0a20493c816eaa13b36cdf80fa65962a05aaffaa15861c7128c9b1fc720d2
Contents?: true
Size: 343 Bytes
Versions: 11
Compression:
Stored size: 343 Bytes
Contents
module Unidom module Position class Engine < ::Rails::Engine isolate_namespace ::Unidom::Position 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