1
I have 3 tables
area
namearea_shared
area_id
request_idrequest
area_shared_id
area_id
I would like to display my table this way <%[email protected]_shared.area_name%>
but I think my relationships are wrong, someone can help me?
Note: Remembering that inside the form request I have a fields_for with area_shared that works, the problem is only to display even.
How’s your relationship these days? You can show the code?
– WeezHard