On Mar 16, 1:45 pm, jak4 <[email protected]> wrote:

> I assumed the text_area helper would access the local
> variable :external_space, but of course does not. Instead it looks for
> @external_space. If it doesn't find one, it creates an empty text
> area.
>
> Can I somehow provide a local variable, or am I out of luck here?
>
either assign the local variable to an instance variable (yuck) or use
form for which allows you to bind fields to non-instance variables.

Fred
> Best regards
>   jak4
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to