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
Just upgraded to Rails 5 and am now getting this error when starting my server.
Rails 5: undefined method `helper' for ActionController::API:Class
Stack trace shows it's coming from
filepicker-rails-2.1.0/lib/filepicker_rails/engine.rb:13:in `block (2 levels) in <class:Engine>': undefined method `helper' for ActionController::API:Class (NoMethodError)
The text was updated successfully, but these errors were encountered:
support for rails 5, fixes filestack#153
bdd44b1
62c601f
Merged and fixed in version 2.2.0.
Sorry, something went wrong.
No branches or pull requests
Just upgraded to Rails 5 and am now getting this error when starting my server.
Stack trace shows it's coming from
The text was updated successfully, but these errors were encountered: