app/mailers/form_mailer.rb in noodall-form-builder-0.1.2 vs app/mailers/form_mailer.rb in noodall-form-builder-0.1.3

- old
+ new

@@ -1,6 +1,6 @@ class FormMailer < ActionMailer::Base - default :from => "from@example.com" + default :from => Noodall::FormBuilder.noreply_address def form_response(form, response) @form = form @response = response