search for: display_money

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

Did you mean: display_mode
2006 Nov 27
2
ActionMailer & application_helper.rb
...t the top of my ActionMailer notifier script I''ve included application_helper.rb - my understanding is that this should arrive as a module and should be able to be used accordingly. <% require File.dirname(__FILE__) + ''/../../helpers/application_helper.rb'' %> <% display_money = ApplicationHelper.display_money -%> However I get a compile error: undefined method `display_money'' for ApplicationHelper:Module The ''display_money'' routine does exist in application_helper.rb & is working happily when rendering my pages. Any ideas on how I c...