Skip to content

Commit c577c8a

Browse files
authored
Update README.md
1 parent d60c0a6 commit c577c8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class ResourceInterface
5252
# Returns a JSON API-compliant representation of the resource as a hash.
5353
# @param [Hash] options
5454
# @option [Array<Symbol>, Nil] fields The requested fields, or nil.
55-
# @option [Array<Symbol>, Nil] included The requested included
56-
# relationships, or nil.
55+
# @option [Array<Symbol>] include The requested relationships to
56+
# include (defaults to []).
5757
# @return [Hash]
5858
def as_jsonapi(options = {}); end
5959
end

0 commit comments

Comments
 (0)