Sha256: e9a8398b891496960063588f8247c036a3223f73950fe39cf4e1e9288dbacacf
Contents?: true
Size: 304 Bytes
Versions: 55
Compression:
Stored size: 304 Bytes
Contents
require 'rake' require_relative 'migration_initializer' require_relative 'migration_tasks' module Appfuel module Db module MigrationRunner def self.call(cmd, data = {}) tasks = MigrationTasks.new tasks.install_tasks Rake::Task[cmd].invoke end end end end
Version data entries
55 entries across 55 versions & 1 rubygems