Sha256: 272f22538630833610bb2b357a4a679044068ce9045f2cb026741c650474c3b2
Contents?: true
Size: 249 Bytes
Versions: 14
Compression:
Stored size: 249 Bytes
Contents
module TasksScheduler class Engine < ::Rails::Engine initializer :append_migrations do |app| config.paths['db/migrate'].expanded.each do |expanded_path| app.config.paths['db/migrate'] << expanded_path end end end end
Version data entries
14 entries across 14 versions & 1 rubygems