I want to setup a custom nested controller actions but I can\'t figure out the routing.
I keep getting the following error
No route matches [GET] \"/
in your route file:
match 'request/accept/:id' => 'requests#accept', :as => :accept
and in view
link_to "Accept", accept_path(request)