Skip to content

Commit

Permalink
Fix require ActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
Ildar Manzhikov committed Sep 7, 2010
1 parent e7661d3 commit ce3c909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed_job.rb
@@ -1,4 +1,4 @@
autoload :ActiveRecord, 'activerecord'
autoload :ActiveRecord, 'active_record'

require File.dirname(__FILE__) + '/delayed/message_sending'
require File.dirname(__FILE__) + '/delayed/performable_method'
Expand Down

0 comments on commit ce3c909

Please sign in to comment.