Sha256: cf036d06eb1a04deeded8f26febc5b39c9c0ae097a039563c41fd48b19ee6f46
Contents?: true
Size: 352 Bytes
Versions: 12
Compression:
Stored size: 352 Bytes
Contents
module Unidom module Authorization class Engine < ::Rails::Engine isolate_namespace ::Unidom::Authorization 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