Skip to content

Commit 443d443

Browse files
authored
Merge pull request #173 from bstchow/patch-1
Replace `relationship_links_by_default` with `autolink`
2 parents dfcf9a2 + 8dd5768 commit 443d443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphiti/errors.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def message
194194
195195
Make sure the endpoint "#{@sideload.resource.endpoint[:full_path]}" exists with action #{@action.inspect}, or customize the endpoint for #{@sideload.resource.class.name}.
196196
197-
If you do not wish to generate a link, pass link: false or set self.relationship_links_by_default = false.
197+
If you do not wish to generate a link, pass link: false or set self.autolink = false.
198198
MSG
199199
end
200200
end

0 commit comments

Comments
 (0)