Sha256: 61d3f1f45a057ee7029afd02f03867eeb6adfbeef24a409102e2a20f7561b919
Contents?: true
Size: 235 Bytes
Versions: 18
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module Dummy class Engine < ::Rails::Engine initializer :dummy, :before => :load_init_rb do |app| app.config.paths["db/migrate"].concat(config.paths["db/migrate"].expanded) end end end
Version data entries
18 entries across 18 versions & 1 rubygems