i'm somewhat new to webdevelopment, ruby and rails, so please excuse me if the question seems trivial. i recently read about restful routing in rails. does anybody know if there is a way to view the url methods that are available with restful routing?

restful routing generates the following two methods for each named route:
{named_route}_path and {named_route}_url. i would like to see every method for every named route? does anybody know if there is a way to do it?

any help is appreciated