Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed May 7, 2024
1 parent 98c18e0 commit 6556d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/associations/belongs_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Controls the creation link visibility on forms.

## Overview

On the `Index` and `Show` views, Avo will generate a link to the associated record containing the [`self.title`](./../resources.html#setting-the-title-of-the-resource) value.
On the `Index` and `Show` views, Avo will generate a link to the associated record containing the [`self.title`](./../resources.html#setting-the-title-of-the-resource) value of the target resource.

<img :src="('/assets/img/associations/belongs-to-index.jpg')" alt="Belongs to index" class="border mb-4" />

Expand Down

0 comments on commit 6556d4f

Please sign in to comment.