Fixed contact form (#244)

* Fixed fonts

* Fixed assets

* Fixed logo in emails

* Switched to immediate email delivery

* Fixed prod emails and added deployment tasks

* Fixed deployments

* Updated README

* Added Bike Collectives Core to README

* Fixed issue with map loading

* Fixed issue with map loading

* Added map JSON data to assets precompilation

* Fixed error sending to conference administrators
This commit is contained in:
Godwin 2017-07-24 12:51:08 -07:00 committed by GitHub
parent 351074d05c
commit 6a3cf568aa

View File

@ -217,8 +217,8 @@ class ApplicationController < BaseController
if params[:reason] == 'conference' && logged_in?
@conference.conference_administrators.each do |user|
email_list << user.named_email
@conference.conference_administrators.each do |administrator|
email_list << administrator.user.named_email
end
end