Activity
I'm having trouble setting up S3 to work with Active Storage on a Heroku environment.
Would you mind sharing your setup, please?
Did you figure this out? I'm having trouble setting up S3 to work with Active Storage on a Heroku environment.
Would you mind sharing your setup, please?
There is a really good blog post from Jamis Buck on nesting resources: http://weblog.jamisbuck.org/2007/2/5/nesting-resources. It basically states that as a rule of thumb: resources should never be nested more than 1 level deep.
You could also check out Rails docs, which is a good starting point for nesting resources: https://guides.rubyonrails.org/routing.html#nested-resources