Undefined method `+@'

Any idea what might be wrong?

ActionView::Template::Error (undefined method `+@’ for
#ActionView::OutputBuffer:0x00000002e51580):

On 19 November 2011 00:27, Ken P. [email protected] wrote:

Any idea what might be wrong?

ActionView::Template::Error (undefined method `+@’ for
#ActionView::OutputBuffer:0x00000002e51580):

Show us the section of your code that is triggering the error and the
full stack trace please.

Colin

Check for a typo error in your views, have you typed ‘+’ in front of any
instance variable on your view or controller? check it :slight_smile:

2011/11/18 Ken P. [email protected]

You should have added space beteween @ and the variable name.

2011/11/18 Ken P. [email protected]

“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.


Fernando A.