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

rabl-rails with rails 5 in api mode #85

Closed
wants to merge 1 commit into from

Conversation

AlexBeznos
Copy link

I had an issue with rabl-rails in combination with ActionController::API. As a request response, i had a 204 status with no content. During the research, i figured out that ActionController::API don't have ActionController::Helpers and ActionController::ImplicitRender in ancestors. So I decided to add it.
If it is not proper behaviour for the gem, maybe it gonna be better at least to add a wiki page for such ones like me?

@AlexBeznos AlexBeznos closed this Oct 5, 2016
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.

None yet

1 participant