Skip to content

Commit

Permalink
Fix private call (#446)
Browse files Browse the repository at this point in the history
This should make method `relationship_option` private instead `relationship_option`.

Co-authored-by: Jeff Keen <[email protected]>
  • Loading branch information
daniel-illi and jkeen authored Feb 27, 2024
1 parent 61ea2c3 commit aee78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphiti/resource/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def relationship_option(options, name)
options[name] ||= send(:"relationships_#{name}_by_default")
end
end
private :attribute_option
private :relationship_option
end
end
end
Expand Down

0 comments on commit aee78ca

Please sign in to comment.