You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path argument to the method containing the line below is often a symbol, which causes the call to fail, eventually resulting in Graphiti raising Graphiti::Errors::InvalidLink. I suggest adding .to_s to path here.
The
path
argument to the method containing the line below is often a symbol, which causes the call to fail, eventually resulting in Graphiti raisingGraphiti::Errors::InvalidLink
. I suggest adding.to_s
topath
here.https://github.com/graphiti-api/graphiti-rails/blame/759db8d25f14ae4b171e9b961e51ab50027a0d67/lib/graphiti/rails/railtie.rb#L134
The text was updated successfully, but these errors were encountered: