We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60c0a6 commit c577c8aCopy full SHA for c577c8a
README.md
@@ -52,8 +52,8 @@ class ResourceInterface
52
# Returns a JSON API-compliant representation of the resource as a hash.
53
# @param [Hash] options
54
# @option [Array<Symbol>, Nil] fields The requested fields, or nil.
55
- # @option [Array<Symbol>, Nil] included The requested included
56
- # relationships, or nil.
+ # @option [Array<Symbol>] include The requested relationships to
+ # include (defaults to []).
57
# @return [Hash]
58
def as_jsonapi(options = {}); end
59
end
0 commit comments