-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ ROM.relation(:users) do | |
end | ||
``` | ||
|
||
In a relation you can define a specific [repository](../terms/repository.md) and [dataset](../terms/dataset.md) it takes data from, and the registered name of the relation. In the following example the default options are set explicitly: | ||
In a relation you can define a specific [repository](terms.md#repository) and [dataset](terms.md#dataset) it takes data from, and the registered name of the relation. In the following example the default options are set explicitly: | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
maetl
Contributor
|
||
|
||
```ruby | ||
class Users < ROM::Relation[:memory] | ||
|
I think we need a
terms.md
where all terms will be defined in a single place. The ROM dictionary becomes quite rich.