Sha256: 9ed530706384a46eefb55d8900430fcce2f2d09f2eb3b8cc7dfd317bb2718f30
Contents?: true
Size: 411 Bytes
Versions: 34
Compression:
Stored size: 411 Bytes
Contents
require 'rake' module Appfuel module Db class MigrationTasks include Rake::DSL def install_tasks MigrationsInitializer.call load "active_record/railties/databases.rake" namespace :db do task :environment do # We do all our initialization first this is just to make # rails happy end end end end end end
Version data entries
34 entries across 34 versions & 1 rubygems