Attempting use action_access in a Rails 5 app that is using using rails api I receive the following:
NoMethodError: undefined method `helper_method' for ActionController::API:Class
/Users/griley/.rbenv/versions/2.2.5/lib/ruby/gems/2.2.0/gems/action_access-0.1.1/lib/action_access/controller_additions.rb:51:in `included'
Attempting use action_access in a Rails 5 app that is using using rails api I receive the following:
This is the same issue that the devise gem encountered.