Sha256: 94076ced7e4df04f7007e62e8dd0c00a87312548b7c0966bbc4aefa2510090d3
Contents?: true
Size: 353 Bytes
Versions: 14
Compression:
Stored size: 353 Bytes
Contents
module Unidom module ArticleNumber class Engine < ::Rails::Engine isolate_namespace ::Unidom::ArticleNumber 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
14 entries across 14 versions & 1 rubygems