Sha256: 41f8075adf939eb1da21e0a49f67b65c4a2d1d0debfab9938093bd3b47c354f0
Contents?: true
Size: 331 Bytes
Versions: 4
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true require 'eac_active_scaffold' require 'js-routes' 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
4 entries across 4 versions & 1 rubygems