Displaying 1 result from an estimated 1 matches for "m000694".
Did you mean:
1000694
2009 Mar 04
6
render yield?!
Hello,
I''ve got a little problem with remote functions. I call it for example
like this: <%= link_to_remote ''bla'', :url => ''bla/whatever'', :method =>
:get %>
that function would be:
def whatever
flash[:notice] = "You''re in whatever!"
update_content
end
since I don''t want the page to be reloaded completely,