Hi,

I am getting the error:
undefined method `symbolize_keys' for "/contents/index_books/13":String

for the following:

 <%= link_to(image_tag src= asset_path("#{subject.icon}" + '.png'),
index_books_path(:subject_id => subject.id)) %>

I understand that a hash is expected and a string is being found, but
not sure why.  Is my syntax incorrect?

Thanks,

Dave Castellano

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/af7103280e9729307f89e9c3eca3422c%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to