search for: initialize_template_class_with_help

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

2006 Aug 14
0
ActionMailer in an infinite loop? Looks like framework bug.
...with_helper! Hence the infinite loop. So I started to just define this method in my class since it looks like it doesn''t do anything. Then I ran into another issue that looks like the same problem. Line 109: helpers.rb: ActionMailer 1.2.5 ---------------------------------------- def initialize_template_class_with_helper(assigns) returning(template = initialize_template_class_without_helper(assigns)) do template.extend self.class.master_helper_module end end Line 22: -------- alias_method :initialize_template_class_without_helper, :initialize_template_class alias_method :initialize_template_class, :in...