Skip to content

Instantly share code, notes, and snippets.

@linojon
Created May 13, 2009 01:18
Show Gist options
  • Save linojon/110819 to your computer and use it in GitHub Desktop.
Save linojon/110819 to your computer and use it in GitHub Desktop.
# account
has_many :projects
# project
belongs_to :phase
# phase
# :name => 'open'
# whats the right way to do this? doesnt work:
account.projects.find :all, :conditions => { "phase.name = 'open'" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment