Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changed - Renamed checks for related records: `<associat>ful` form is now used instead of a passive one (`<associat>ed`) to check for related records’ presence. - `.<associat>ful` — scope records having associated ones. - `#<associat>ful?` — are there any records associated? - Naming: improved passive forms for words ending with `or`/`ant`/`ion`/`ment`/`ing`. ## Added - Checks for related records’ presence on roleless recursive associations: - `.<associat>ful` — records having associated ones; - `.<association>less` — records not having associated ones; - `#<associat>ful?` — if there are records associated; - `#<association>less?` — if there are no records associated; - `#intermediate?` — whether is only one child record associated (Is the node just a link between two other nodes like?); - `#branching?` — whether are several child records associated. ## Fixed - Naming: passive form for `author`.
- Loading branch information