-
Notifications
You must be signed in to change notification settings - Fork 43
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
undefined method `downloads_files_for' for GroupsController:Class #11
Comments
I'm having this same issue. To work around I just created my own method for downloading the file. This should mimic the same method that is generated by
But it would be good to see this fixed, as it's quite confusing. |
Thanks for reporting this. I have looked into it. It's a (documented) feature that I have never been aware of (since I took over maintenance). I'll see if I can reintroduced this feature in a RESTfulness way. |
We were just able to use this by including |
This is still open :( |
After adding the downloads_files_for in my controller I get the next error:
undefined method `downloads_files_for' for GroupsController:Class
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: