-
Notifications
You must be signed in to change notification settings - Fork 11.8k
[Request] Nested resources #8
Copy link
Copy link
Closed
Description
I don't know if this any of this is planned, but:
- How about nested resources?
resources :magazines do
resources :ads
end- How about ability to add custom methods to resourceful controllers:
resources :photos do
member do
get 'preview'
end
endI've quoted rails here. Hope that's okay. I'm sorry if these features are already here - I just didn't find them in the code or docs. I'd be happy to help with implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.