-
Notifications
You must be signed in to change notification settings - Fork 81
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 `helper_method' for ActionController::API:Class (NoMethodError) #206
Comments
It seems like it conflicts with: |
+1 |
2 similar comments
+1 |
+1 |
Like @testa19 reported, the problem could be in gem I modified : like the above link indicates:
and the bug disappeared. |
Wrapper helper_method call to avoid storytime issue CultivateLabs/storytime#206
For those who come late: I solved the problem adding this to the Gemfile:
The original author of the gem merged this change, but didn't publish it yet as a gem |
Hi there,
I'm getting this error after adding Storytime gem to my app's gemfile. Rails 5.
/usr/local/lib/ruby/gems/2.3.0/gems/leather-3.5.1/lib/leather/action_controller_extension.rb:7:in
block in <module:ActionControllerExtension>': undefined method
helper_method' for ActionController::API:Class (NoMethodError)Thanks
The text was updated successfully, but these errors were encountered: