Hi,

I would like to ask for some suggestions on my problem with Routes. It's
probably pretty simpel.

This link:

<%= link_to image_tag("...", :alt => "...", :title => "..."),
edit_brand_path(brand) %>

Results in this URL:

http://localhost:3000/brands/21/edit

And echos this:

"Unknown action - No action responded to 21"

When I type http://localhost:3000/brands/edit/21, everything is fine.
There must be some problem with my resource. I have this in routes.rb

map.resources :brands

The application also doesn't seem to update and create brands, which
seems to come from the same problem. I pretty much copy and pasted the
model from other ones, so my guess is, that I forgot something basic.

I got:
models/brand.rb
views/brands/...
controllers/brands_controller.rb

Thanks very much!

Steffen
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to