On 5 April 2010 14:28, John Merlino <li...@ruby-forum.com> wrote:
> Hey all,
>
> I get the following error. Now I know it's related to a curly brace, but
> it seems that all curly braces are properly in place. So I'm not sure
> why I get this error:
>
>  SyntaxError in DashboardController#panels
>
> rails/app/controllers/dashboard_controller.rb:170: syntax error,
> unexpected '\n', expecting tASSOC
>
>
> def panels
> snip
>
>    ]]


You seem to have rather more '[' than ']'

I think you need an editor that shows bracket matching.

Colin
>
>  end
>
> Thanks for any response.
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> 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 rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to