Skip to content

Commit aee78ca

Browse files
daniel-illijkeen
andauthored
Fix private call (#446)
This should make method `relationship_option` private instead `relationship_option`. Co-authored-by: Jeff Keen <[email protected]>
1 parent 61ea2c3 commit aee78ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphiti/resource/dsl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def relationship_option(options, name)
205205
options[name] ||= send(:"relationships_#{name}_by_default")
206206
end
207207
end
208-
private :attribute_option
208+
private :relationship_option
209209
end
210210
end
211211
end

0 commit comments

Comments
 (0)