Sha256: 3ee70b807b1112347b5d07fb2d2b326a9170522c253d4ff0a6f69242bd82a87b
Contents?: true
Size: 343 Bytes
Versions: 12
Compression:
Stored size: 343 Bytes
Contents
module Unidom module Category class Engine < ::Rails::Engine isolate_namespace ::Unidom::Category initializer :append_migrations do |app| config.paths['db/migrate'].expanded.each { |expanded_path| app.config.paths['db/migrate'] << expanded_path } unless app.root.to_s.match root.to_s end end end end
Version data entries
12 entries across 12 versions & 1 rubygems