I have 3 tables
area
namearea_shared
area_id
request_idrequest
area_shared_id
area_id
I'd like to display my table in this way <% = @ request.area_shared.area_name% >
But I think my relationships are wrong, can anyone help me?
Obs: Remembering that within the request form I have a fields_for with area_shared that works, the problem is only to display itself.