Skip to content

Conversation

@JiProchazka
Copy link

According to https://stackoverflow.com/a/46677347/58049 it is no more possible to do a POST like this: post "/api/v1/links", link: link_params.
Must be called with params keyword:
post "/api/v1/links", params: { link: link_params }

According to https://stackoverflow.com/a/46677347/58049 it is no more possible to do a POST like this: `post "/api/v1/links", link: link_params`.
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.

1 participant