Skip to content

Commit

Permalink
change email address
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sund committed Jul 17, 2012
1 parent d48a250 commit 049af10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/booking_mailer.rb
Expand Up @@ -3,7 +3,7 @@ class BookingMailer < ActionMailer::Base

def booking_email(booking_request)
@booking_request = booking_request
mail(:to => (Rails.env == 'development' ? "internetchris1@gmail.com" : "agf@bresnan.net"), :subject => "[New Booking] - Glacier Ridge Website")
mail(:to => (Rails.env == 'development' ? "internetchris1@gmail.com" : "info@glacierridgesuites.com"), :subject => "[New Booking] - Glacier Ridge Website")
end

def rate_email(email_to)
Expand Down

0 comments on commit 049af10

Please sign in to comment.