RailsCasts Pro episodes are now free!
Learn more or hide this
def self.find_incomplete(options = {}) with_scope :find => options do find_all_by_complete(false, :order => 'created_at DESC') end end