Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ On an instance:
* `[key]_leaf?`: Checks whether the node has edges of the type starting from the node.
* `[key]_roots`: Scope to get all nodes having edges of the type ending in the node that have no edges of the type ending in themselves.
* `[key]_root?`: Checks whether the node has edges of the type ending in the node.
* `[from.singularize]?: Checks whether the node has relations of the type starting from the node.
* `[to.singularize]?: Checks whether the node has relations of the type ending in the node.
* `[from.singularize]?`: Checks whether the node has relations of the type starting from the node.
* `[to.singularize]?`: Checks whether the node has relations of the type ending in the node.

On the class:
* `[key]_leaves`: All nodes having edges of the type ending in them.
Expand Down