Commit
77c8eca937f8cc75d55338b88398cf81af93c906
Exists in
staging
and in
19 other branches
angular_poc, api-homepage, api_visitor, caching-rails4, captcha_serpro_plugin, comment_paragraph_api, comments_api_reply, environment-api, export-comment-paragraph, fix_multitenancy, fix_profile_wall, fix_string_downcase_and_upcase, fix_upload_files_on_development_environment, json_cookie_serializer, login-captcha, master, new_security, new_video_plugin, production
rails4: fix mass assignment on delayed_job
| @@ -0,0 +1,3 @@ |
| @@ -0,0 +1,3 @@ |
| |
1
| +class Delayed::Backend::ActiveRecord::Job |
| |
2
| + attr_accessible *self.column_names, :payload_object |
| |
3
| +end |