How can I embed the contents of an action in a page?
For instances, I have a method, show_info that has the def render_text "HELLO" and on another page, i have: <%= render :controller => 'info_user', :action => 'show_info' ' %>
Yet, this produces nothing.
Any ideas?
Thanks!