Open
Description
For some weird reason this is not working:
# @response Success(201) [Hash{url: RailsUrlShortener::Url}]
But something like this works:
# @response Success(201) [Hash{url: User}]
Or even strange, this works too, using the same class:
# @response List of Urls(200) [Array<RailsUrlShortener::Url>]