Sha256: 66ae7ed424b33c0de3373c6fe5b541050e6298b90d96a10ca32a6de0d2f0e9af
Contents?: true
Size: 339 Bytes
Versions: 13
Compression:
Stored size: 339 Bytes
Contents
module Unidom module Contact class Engine < ::Rails::Engine isolate_namespace Unidom::Contact 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
13 entries across 13 versions & 1 rubygems