Hi guys,
I'm having this problem with a simple route. I have this on my routes.rb
resources :items do
  member do
    post 'price'
  end
end

However, when I try to post to this route, I get this error:

Started POST "/items/28/price" for 127.0.0.1 at 2011-02-20 18:52:10 -0300

ActionController::RoutingError (No route matches "/items/28/price"):

Does anyone have any idea what am I doing wrong?

Thanks a lot in advance.

-- 
Leonardo Mateo.
There's no place like ~

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