Check http://guides.rubyonrails.org/routing.html
You'll find everything you need to understand how to configure your routes. Le 22 juin 2012 21:24, "cyber c." <[email protected]> a écrit : > routes.rb have only these > > get "staticpages/main" > get "staticpages/movie" > get "staticpages/book" > > How do i add a route to post method? > > -- > 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. > > -- 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.

