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

support for ActionController::API #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wollistik
Copy link

Hi,
I came across an issue when wanting to use acts_as_api in a Rails api only mode application. In api mode all controllers inherit from ActionController::API, but the rendering method was only included in ActionController::Base. So here is my fix for this issue.

@fabrik42
Copy link
Owner

Thank you! I will release a new version later this week!

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

Successfully merging this pull request may close these issues.

2 participants