Skip to content

Instantly share code, notes, and snippets.

@zmalltalker
Created September 28, 2010 11:34
Show Gist options
  • Save zmalltalker/600835 to your computer and use it in GitHub Desktop.
Save zmalltalker/600835 to your computer and use it in GitHub Desktop.
class Project
has_many :events, :order => "created_at asc", :dependent => :destroy do
def nevermind
find(:all, :conditions => {:action => 99})
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment