Skip to content

Commit

Permalink
just MUST be in public schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrobertson committed Apr 27, 2012
1 parent 95cf7ab commit f8af867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -154,7 +154,7 @@ 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:
All jobs *must* stored in the global (public) namespace, so add it to the list of excluded models:

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

Expand Down

0 comments on commit f8af867

Please sign in to comment.