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
NoMethodError at /users
======================
undefined method 'accept'for class Bookshelf::Actions::Users::Create
I'd offer a PR but I'm unsure what the correct method is. I think deleting the line accept :json should be sufficient as the follow up code says to enable the body parser. If so I'm happy to offer a PR doing so
The example on here
will produce a NoMethodError:
I'd offer a PR but I'm unsure what the correct method is. I think deleting the line
accept :jsonshould be sufficient as the follow up code says to enable the body parser. If so I'm happy to offer a PR doing so