bright-tomato-27372
03/15/2023, 9:22 PMbelongs_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?