- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 1.1k
 
Open
@arianf 
Description
When trying to add a route at the root of a resource, what is preferred:
resources :legal, only: %i[index] do collection do post '', action: :legal_submit # OR post '/', action: :legal_submit end end
Both go to the same route: POST /legal.
It would be nice if rails supported omitting the first param like post action: :legal_submit
Metadata
Metadata
Assignees
Labels
No labels