Skip to content
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

Rails 5 API not able to find helper method in devise_controller #3864

Closed
djsegal opened this issue Dec 18, 2015 · 1 comment
Closed

Rails 5 API not able to find helper method in devise_controller #3864

djsegal opened this issue Dec 18, 2015 · 1 comment

Comments

@djsegal
Copy link
Contributor

djsegal commented Dec 18, 2015

Code in question:

# ./app/controllers/devise_controller.rb
  helper DeviseHelper

  helpers = %w(resource scope_name resource_name signed_in_resource
               resource_class resource_params devise_mapping)
  helper_method(*helpers)
@lucasmazza
Copy link
Contributor

Closed by #3865

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants