Skip to content

Commit

Permalink
Update relations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed May 26, 2015
1 parent 5649d53 commit e629e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/doc-pages/guides/basics/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@nepalez

nepalez May 26, 2015

Author Member

I think we need a terms.md where all terms will be defined in a single place. The ROM dictionary becomes quite rich.

This comment has been minimized.

Copy link
@maetl

maetl May 26, 2015

Contributor

Yep, agreed.

I noted something like /about/glossary or /about/concepts on #61 which covers this. Would be very useful.

This comment has been minimized.

Copy link
@nepalez

nepalez May 26, 2015

Author Member

I like glossary.md it doesn't require in-depth desciption (as concepts), but more general then terms.md

This comment has been minimized.

Copy link
@solnic

solnic May 26, 2015

Member

FYI I just added /introduction/glossary.

ps. feel free to push to #71 I won't be touching relations guide

This comment has been minimized.

Copy link
@solnic

solnic May 26, 2015

Member

Oh and one more thing - we are renaming Repository => Gateway so let's start using that term here. @cflipse said he's gonna do the mass-rename soon so we should by able to release 0.8.0 along with the guides :)


```ruby
class Users < ROM::Relation[:memory]
Expand Down

0 comments on commit e629e09

Please sign in to comment.