map.resource is for modelif you have a model named: home
then you must use:
map.resources :home
and generate a controller named: homes

On Sat, Feb 7, 2009 at 10:52 PM, Zhenning Guan <
rails-mailing-l...@andreas-s.net> wrote:

>
> I have a controller name homes, I would add the line
> map.resource :home
> so I like to return a url like
> /home/1, /home/2......etc
> but why I open up my browser
> http://127.0.0.1:3000/home/1
> it appear the message like this:
> No route matches "/home/1" with {:method=>:get}
>
> so, what is wrong with me?
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>


-- 
TWRUG Blog:
http://blog.rubyonrails.org.tw

CFC on Rails:
http://zusocfc.blogspot.com

Only two surfaces of a box:
http://blog.pixnet.net/zusocfc

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