Sha256: 9b3eae35c147e1be4161078f27c1ec0ac91c3d4e5cc3c4fdc0165d9a3719e956
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 Bytes
Contents
module Plutonium module Packaging module Feature extend ActiveSupport::Concern include Package included do initializer :append_migrations do |app| unless app.root.to_s.match root.to_s config.paths["db/migrate"].expanded.each do |expanded_path| app.config.paths["db/migrate"] << expanded_path end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems