strong-jordan-28908
01/06/2025, 4:16 PMbelongs_to field and I want to disable the link to the child resource on the Show view. I've tried everything I can find (link_to_resource, link_to_child_resource, link_to_record, etc) but it almost feels like it's not possible. Any help?loud-jewelry-99127
01/14/2025, 11:10 AMruby
def fields
field :user, as: :belongs_to, only_on: :forms
field :user, as: :text, only_on: :display do
record.user.name
end
end