Displaying 2 results from an estimated 2 matches for "shizzlenitboo".
2006 Jun 09
2
blank division after update
...a division that
is updated using a link_to_remote call. Now, inside the view I can put
plain text and everything is fine. However, if I try to pass a variable
from the controller to the view it does not work. For example I can
have this as the controller:
def show_news
@testvariable = "shizzlenitboo"
end
And inside the view I can put
<%= @shizzlenitboo %>
Yet nothing will display. Does anyone know what is causing this?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 09
0
Re: Rails Digest, Vol 21, Issue 195
...a division that
is updated using a link_to_remote call. Now, inside the view I can put
plain text and everything is fine. However, if I try to pass a variable
from the controller to the view it does not work. For example I can
have this as the controller:
def show_news
@testvariable = "shizzlenitboo"
end
And inside the view I can put
<%= @shizzlenitboo %>
Yet nothing will display. Does anyone know what is causing this?
--
Posted via http://www.ruby-forum.com/.
------------------------------
Message: 9
Date: Fri, 9 Jun 2006 12:12:17 -0600
From: Curtis <cuspendlove@gmail.co...