Displaying 2 results from an estimated 2 matches for "old_message".
Did you mean:
old_messages
2005 Feb 07
1
Remote MWI via IAX?
We have a couple of Asterisk boxes with one being the main system with
everyone's voicemail and the other a slave used merely to link a couple
of remote phones to the main system using IAX.
How can one propagate message waiting indication from the main system to
the remote phones?
g.
2011 Nov 01
2
Railscast 262 different partial in helper
...age, 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...