I'm looking at the Custom Association Options (options_for_association_conditions helper method). I have a class that has a belongs_to association I want to limit the results for a drop down list based on the parent class. What other attributes are available on the passed in association? From the example I see that I can check association.name, but is there something like association.parent where I can do something like association.parent.other_attribute?
-- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
