You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2017. It is now read-only.
But this doesn't make things any clearer.
I just did a request with name "name" : "TheNameWrittenHere" without any user at all, and it still worked. As in it permitted "name" outside "user" - in fact, there wasn't even a "user" there in the request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I read that, as it requires
:name
inside:user
But from the looks of it, it just requires that
:name
exists somewhere in params, even outside of:user
Doing a request with nothing but
@{@"name" : @"TheNameWrittenHere"};
That sorta (by checking the rails logs) put the
:name
with its value inside:user
Could someone please clarify this?
The text was updated successfully, but these errors were encountered: