Skip to content

Model namespec breaks the @response tag. #116

Open
@a-chacon

Description

@a-chacon

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>]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions