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
I'm following a tutorial teaching how to create an API with Napa, but when I do Post requests, the following error (that I can't understand) is generated:
TypeError at /contacts
compared with non class/module
Ruby /home/pedro/.rvm/gems/ruby-2.0.0-p481@global/gems/grape-0.13.0/lib/grape/validations/validators/coerce.rb: in >=, line 35
Web POST localhost/contacts
This seems to be related with the grape gem. Anybody can help me please?
The text was updated successfully, but these errors were encountered:
I'm following a tutorial teaching how to create an API with Napa, but when I do Post requests, the following error (that I can't understand) is generated:
This seems to be related with the grape gem. Anybody can help me please?
The text was updated successfully, but these errors were encountered: