File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ class ResourceInterface
50
50
51
51
# Returns a hash containing, for each included relationship, an array of the
52
52
# resources to be included from that one.
53
- # @ param [ Array<Symbol>] included_relationships The keys of the relationships
53
+ # @ param included_relationships [ Array<Symbol>] The keys of the relationships
54
54
# to be included.
55
55
# @ return [ Hash{Symbol => Array<#ResourceInterface>}]
56
56
def jsonapi_related (included_relationships ); end
57
57
58
58
# Returns a JSON API-compliant representation of the resource as a hash.
59
- # @ param [ Hash] options
60
- # @ option [ Array<Symbol>, Nil] fields The requested fields, or nil.
61
- # @ option [ Array<Symbol>] include The requested relationships to
59
+ # @ param options [ Hash]
60
+ # @ option fields [ Array<Symbol>, Nil] The requested fields, or nil.
61
+ # @ option include [ Array<Symbol>] The requested relationships to
62
62
# include (defaults to []).
63
63
# @ return [ Hash]
64
64
def as_jsonapi (options = {}); end
You can’t perform that action at this time.
0 commit comments