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