Commit
da02b7f5befa7520b5dacbccf4ac838c5ae0c3a2
Exists in
master
and in
22 other branches
angular_poc, api-article-archived, article-readonly, backup-7-jan-2016, captcha_serpro_plugin, content-manager-hostspot, export-comment-paragraph, fix_event_date_issue, login-captcha, master_rails3, new_video_plugin, pg_search_rank, production, refactor_with_role, refactor_with_role_scope, remove_profile_cat_icons, resend_confirmation_email, staging, staging_rails3, tasks_keep_filter_params, theme-brasil-digital-from-staging, travis
[rails3] Add explicit require statement
| |
1
| +require 'mailing_job' |
| |
2
| + |
1
| class Mailing < ActiveRecord::Base |
3
| class Mailing < ActiveRecord::Base |
2
| |
4
| |
3
| validates_presence_of :source_id, :subject, :body |
5
| validates_presence_of :source_id, :subject, :body |