Skip to content

Commit

Permalink
Merge pull request collectiveidea#321 from semaperepelitsa/patch-1
Browse files Browse the repository at this point in the history
Fix Readme typo: delayed_job_mongoid is for Mongoid
  • Loading branch information
bryckbost committed Dec 20, 2011
2 parents f0776bd + b356b15 commit b83c254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you plan to use delayed_job with Active Record, add @delayed_job_active_recor
gem 'delayed_job_active_record'
</pre>

If you plan to use delayed_job with Active Record, add @delayed_job_mongoid@ to your @Gemfile@.
If you plan to use delayed_job with Mongoid, add @delayed_job_mongoid@ to your @Gemfile@.

<pre>
gem 'delayed_job_mongoid'
Expand Down

0 comments on commit b83c254

Please sign in to comment.