Displaying 1 result from an estimated 1 matches for "levels_provid".
2007 Oct 10
2
display variable from a relationship
Hello,
I have the following scenario:
Models:
provider (has_and_belongs_to_many)
level (has_and_belongs_to_many)
levels_providers
At the moment, I''m attempting a page that will list all of the
providers. I have this working perfectly, but I want each provider that
is listed to also list the levels that are associated with it. I haven''t
been able to get my head around this. I can provide more information,...