search for: request_mailer

Displaying 1 result from an estimated 1 matches for "request_mailer".

Did you mean: request_failed
2010 Nov 19
0
how to include view helpers in both action_controller and action_mailer templates (rails 3)
...from an rspec test): Failures: 1) Request should have a send_reject_notice! method which sends a rejection notice and saves Failure/Error: @request.send_reject_notice! undefined method `markdown'' for #<#<Class:0x000000060441f0>: 0x00000006041d88> # ./app/views/request_mailer/reject_notice.html.erb:9:in `_app_views_request_mailer_reject_notice_html_erb__435172659881060762_50505700__363986106511591665'' # ./app/mailers/request_mailer.rb:8:in `reject_notice'' # ./app/models/request.rb:81:in `send_reject_notice!'' # ./spec/models/requ...