-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carrierwave: how to share public/uploads path? #214
Comments
Excatly :) |
works! thank you very much! |
Muito obrigado! |
Getting error 403 with this in my rails 5 app |
For anyone look at this now, the current method is:
I also need to create the directory to symlink to:
|
I simply added
public/uploads
to:shared_paths
like this:Then in
task setup: :environment
added:Is this the correct approach?
The text was updated successfully, but these errors were encountered: