Sha256: eee71a6d4037180a1a56fa5fcd90e4bda56b05fd79c9db6589b535cb3aa478a9
Contents?: true
Size: 422 Bytes
Versions: 24
Compression:
Stored size: 422 Bytes
Contents
module Plutonium module Pkg module Feature extend ActiveSupport::Concern include Base 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
24 entries across 24 versions & 1 rubygems