Merge branch 'master' of github.com:zyphlar/Open-Source-Access-Control-Web-Interface

This commit is contained in:
Will Bradley 2014-11-20 12:38:19 -07:00
commit 98b9db5fe1

View File

@ -5,7 +5,7 @@ class DoorMailer < ActionMailer::Base
@url = "http://members.heatsynclabs.org"
@status = status
mail(:to => 'board@heatsynclabs.org', #'heatsynclabs@googlegroups.com',
mail(:to => 'heatsynclabs@googlegroups.com',
:subject => "HSL Doors")
end