Sha256: 75da0f802dff8f3ad247aeb8cfe59d9b2daa9b6dcdccf41f8bfaa0401568cdcd
Contents?: true
Size: 302 Bytes
Versions: 27
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Aranha class Engine < ::Rails::Engine isolate_namespace Aranha 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
27 entries across 27 versions & 1 rubygems