Sha256: 4a7f93f75bf2d080368b0b9ef46c8088161a24e4c8c177f09456de30561d85df
Contents?: true
Size: 327 Bytes
Versions: 74
Compression:
Stored size: 327 Bytes
Contents
namespace :db do # Add onto the task so that after adding Rails.application.paths['db/migrate'] task :load_config do # It's important to call to_a or the paths will just be relative and not realpaths ActiveRecord::Migrator.migrations_paths += MetasploitDataModels::Engine.instance.paths['db/migrate'].to_a end end
Version data entries
74 entries across 74 versions & 1 rubygems