Skip to content

Commit

Permalink
update README for DJ. fixes #33.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayrawat committed Apr 27, 2012
1 parent 41e65ec commit 6062c69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -154,6 +154,10 @@ Any classes that are being used as a Delayed::Job Job need to include the `Apart
end
end

All jobs are stored in the global (public) namespace, so add it to the list of excluded models:

config.excluded_models = ["Delayed::Job"]

## Development

* The Local setup for development assumes that a root user with no password exists for both mysql and postgresl
Expand Down

0 comments on commit 6062c69

Please sign in to comment.