Enable Style/SpaceAroundOperators Rubocop
Cleared all the offenses for Style/SpaceAroundOperators Added a description for the Style/SpaceAroundOperators Rubocop.
This commit is contained in:
parent
945b4aac60
commit
4a9c971ec7
11 changed files with 21 additions and 34 deletions
|
|
@ -135,7 +135,7 @@ class Event < ActiveRecord::Base
|
|||
|
||||
def process_confirmation
|
||||
if program.conference.email_settings.send_on_confirmed_without_registration? &&
|
||||
program.conference.email_settings.confirmed_without_registration_body &&
|
||||
program.conference.email_settings.confirmed_without_registration_body &&
|
||||
program.conference.email_settings.confirmed_without_registration_subject
|
||||
if program.conference.registrations.where(user_id: submitter.id).first.nil?
|
||||
Mailbot.confirm_reminder_mail(self).deliver_later
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue