lib/also_migrate.rb in also_migrate-0.3.4 vs lib/also_migrate.rb in also_migrate-0.3.5
- old
+ new
@@ -1,17 +1,15 @@
require File.dirname(__FILE__) + '/also_migrate/gems'
$:.unshift File.dirname(__FILE__)
-require 'also_migrate/base'
require 'also_migrate/migration'
require 'also_migrate/migrator'
module AlsoMigrate
class <<self
- attr_accessor :classes
+ attr_accessor :configuration
end
end
-ActiveRecord::Base.send(:include, AlsoMigrate::Base)
ActiveRecord::Migrator.send(:include, AlsoMigrate::Migrator)
ActiveRecord::Migration.send(:include, AlsoMigrate::Migration)
\ No newline at end of file