changes unfinished

This commit is contained in:
2013-01-17 10:28:05 +01:00
parent 730768cb59
commit db1a6ac96b
13 changed files with 88 additions and 13 deletions
+3
View File
@@ -27,6 +27,9 @@ Qwaiter::Application.configure do
# Tell Action Mailer not to deliver emails to the real world.
# The :test delivery method accumulates sent emails in the
# ActionMailer::Base.deliveries array.
config.action_mailer.default_url_options = {
host: 'www.qwaiter.com'
}
config.action_mailer.delivery_method = :test
# Raise exception on mass assignment protection for Active Record models