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

ActsAsApi::Config.add_http_status_to_jsonp_response always false #64

Merged
merged 1 commit into from Apr 30, 2012

Conversation

shao1555
Copy link
Contributor

in current code,

def add_http_status_to_jsonp_response
  @add_http_status_to_jsonp_response || true
end

this function returns true if @add_http_status_to_jsonp_response be false.

so, I wrote quick fix for around this issue.

@fabrik42
Copy link
Owner

This makes sense. Thank you :)

fabrik42 pushed a commit that referenced this pull request Apr 30, 2012
ActsAsApi::Config.add_http_status_to_jsonp_response always false
@fabrik42 fabrik42 merged commit bc3e43c into fabrik42:master Apr 30, 2012
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

2 participants