Please quote when replying.

aperture science wrote in post #961912:
> - tag_cloud @tags, %w(css_class1 css_class2 css_class3 css_class4)
> do |tag, css_class|
>     = link_to tag.name, { :action => :tag, :id => tag.name }, :class
> => css_class
>
> Is the offending line(s)

Which?

>
> That is taken directly from the github page (translated into HAML)
>
> I assume it is something I am doing wrong, but I can't see what it is,
> since I appear to be doing everything the instructions say to do.

What is the value of @tags ?

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org

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

Reply via email to