Displaying 1 result from an estimated 1 matches for "_old_message".
Did you mean:
old_message
2011 Nov 01
2
Railscast 262 different partial in helper
...sage, sub_messages|
render(message) + content_tag(:div, nested_messages(sub_messages),
:class => "nested_messages")
end.join.html_safe
end
end
I tried the same and it works fine. My Question ist, how do I can force
the helper to render in a different partial like ''_old_message'' or
something else. I tried a lot but everytime the helper render the
_message.html.erb partial.
Thanks ahead for any help!
Regs
Herman
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&qu...