We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sry, maybe I'm stupid, but how to I change the namespace the files are stored in? I need attachments.files instead of fs.files for my app.
attachments.files
fs.files
The text was updated successfully, but these errors were encountered:
Did you find out ? I have the same problem. I looked at the source and tried different methods without any success.
Sorry, something went wrong.
Does the example in the test suite help?
https://github.com/ahoward/mongoid-grid_fs/blob/4dbecf14dce0a221888e2f8883c6cfce3c481647/test/mongoid-grid_fs_test.rb#L201
On Sunday, February 1, 2015, hjansen [email protected] wrote:
Did you find out ? I have the same problem. I looked at the source and tried different methods without any success. — Reply to this email directly or view it on GitHub #50 (comment) .
— Reply to this email directly or view it on GitHub #50 (comment) .
No branches or pull requests
Sry, maybe I'm stupid, but how to I change the namespace the files are stored in?
I need
attachments.files
instead offs.files
for my app.The text was updated successfully, but these errors were encountered: