Sha256: 138949765b4671ba913f160ae05558c048b758cbd106eb251bc1453d71530638
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
module Unidom module Standard class Engine < ::Rails::Engine isolate_namespace ::Unidom::Standard 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