Rubocop autocorrections
This commit is contained in:
parent
299738f58d
commit
43bef689fc
85 changed files with 622 additions and 578 deletions
|
|
@ -18,7 +18,7 @@ class MoveSponsorEmailToContact < ActiveRecord::Migration
|
|||
contact.sponsor_email = conference.sponsor_email
|
||||
contact.save
|
||||
else
|
||||
Contact.create(conference_id: conference.id,
|
||||
Contact.create(conference_id: conference.id,
|
||||
sponsors_email: conference.sponsor_email)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue