how can I specify a has_many through column in condition_for_collection? model task.rb has_many :user_tasks, :dependent => :delete_all has_many :users, :through => :user_tasks
so I wanted to filter user=1, or something, in my task controller. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
