I am very stuck on this problem. I know there is something simple I am
missing, but I have been staring at it long enough to ask others at
this point.

The code: http://gist.github.com/307323

Basically, I have an assets controller that is only accessible through
users (you cannot view an asset without a user association). There are
three stages to editing an asset, so instead of using the resources
default :edit function and passing in query params, I decided to make
cool named routes (i.e. /users/1/assets/1/edit/class), but I am
getting "failed to generate" errors when I try to call the route I
defined.

Can someone here take a minute and glance at my code to see what the
frak I am doing wrong? I could use another set of eyes on this one.

Thanks,
trv
--
Trevor Lalish-Menagh
http://www.trevreport.org/

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