Closed genya0407 closed 2 years ago
If we pass Symbol as map's second argument, we get following exception.
map
can't convert Symbol to Integer (TypeError)
It seems that we cannot use Symbol, and should use Integer (maybe we could in the past?).
So I fixed the example to use get method, instead of using map .
get
yes, it should be an int like R3::GET instead of :GET
R3::GET
:GET
thanks!
If we pass Symbol as
map
's second argument, we get following exception.It seems that we cannot use Symbol, and should use Integer (maybe we could in the past?).
So I fixed the example to use
get
method, instead of usingmap
.