Sha256: f37c57577b28ae7eecf515261634c955be63e7c4977f60573dedb8264b1c661e
Contents?: true
Size: 349 Bytes
Versions: 12
Compression:
Stored size: 349 Bytes
Contents
module Unidom module Certificate class Engine < ::Rails::Engine isolate_namespace ::Unidom::Certificate 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