Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Resque.validate instead of custom .validate_job! #270

Merged
merged 2 commits into from
Oct 16, 2013
Merged

Use Resque.validate instead of custom .validate_job! #270

merged 2 commits into from
Oct 16, 2013

Conversation

meatballhat
Copy link
Member

Job class validation is now a part of resque API.
No need for custom method anymore

Adapted from #181 submitted by @bogdan

Job class validation is now a part of resque API.
No need for custom method anymore

Adapted from #181 submitted by @bogdan
plus disabling the `ClassLength` cop (for now) 🙀
meatballhat added a commit that referenced this pull request Oct 16, 2013
Use Resque.validate instead of custom .validate_job!
@meatballhat meatballhat merged commit a5041ed into resque:master Oct 16, 2013
@meatballhat meatballhat deleted the using-resque-validate-method branch October 16, 2013 01:43
bjones pushed a commit to bjones/resque-scheduler that referenced this pull request May 30, 2014
…method

Use Resque.validate instead of custom .validate_job!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant