Skip to content

Commit

Permalink
change wrong class name in tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 24, 2011
1 parent a0d340c commit f0506f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cassify/tasks.rb
Expand Up @@ -13,7 +13,7 @@ def migrate
begin
cas_database_config = YAML.load_file(database_config)
ActiveRecord::Base.establish_connection(cas_database_config.fetch(ENV['CAS_ENV']))
ActiveRecord::Base.logger = Cassify::Logger.log
ActiveRecord::Base.logger = Cassify::CasLog.log
ActiveRecord::Migration.verbose = true
ActiveRecord::Migrator.migrate("db/migrate")
rescue Exception => e
Expand Down

0 comments on commit f0506f4

Please sign in to comment.