Re: [Rails] is not allowed as an instance variable name error

2011-05-05 Thread Frederick Cheung
On 4 May 2011, at 23:10, John Merlino wrote: > Hey all, > > I get error like this: > > ActionView::TemplateError > (`@content_for_details_view_builder__-626960428' is not allowed as an > instance variable name) in app/views/shared/_details_view.haml: > That - sign in the ivar name is bad. I

[Rails] is not allowed as an instance variable name error

2011-05-04 Thread John Merlino
Hey all, I get error like this: ActionView::TemplateError (`@content_for_details_view_builder__-626960428' is not allowed as an instance variable name) in app/views/shared/_details_view.haml: searchlogic (2.4.27) lib/searchlogic/rails_helpers.rb:75:in `fields_for' searchlogic (2.4.27) li