has anyone removed the link to a resource for a `b...
# avo-2
b
has anyone removed the link to a resource for a
belongs_to
? I don't see an option for it in the docs. Example: I'm on the index page of `Comment`s and I show the
belongs_to
association to a
Post
. I want to remove the link to the
Post
record because it is unnecessary and I want to simplify some UI interactions. Passing a
link_to_resource: false
does not work since it is limited to only
Id
,
Text
, and
Gravatar
. any reason why we don't extend that to associations? or does anyone have a suggestion of a quick fix / patch for that?