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
If you don't have 'use Raisin::Types' this in your RaisinApp (as in example). It will stuff up.
eg
$ raisin --routes --params api.pl
GET //user
Can't locate object method "name" via package "Raisin::Types::Integer" (perhaps you forgot to load "Raisin::Types::Integer"?) at .../bin/raisin line 62..
The text was updated successfully, but these errors were encountered:
I decided to include use Raisin::Types into documentation rather than include Raisin::Types into Raisin application by default.
I made in that way because I think that Raisin::Types is just an example types and it's not necessary to include in every user application but if user want it he/she could include it instead of making his own types.
If you don't have 'use Raisin::Types' this in your RaisinApp (as in example). It will stuff up.
eg
The text was updated successfully, but these errors were encountered: