gayle / two_tents

[If you start working on an issue, please assign it to yourself so others know that issue is in progress.] - [If you finish an issue, please tag it Fixed so that user acceptance testing can be performed. The issue will be closed by the tester.]
14 stars 6 forks source link

Reports > List of CDs #189

Open gayle opened 9 years ago

gayle commented 9 years ago
gayle commented 9 years ago

There were some named scopes and other methods that were not moved over in case we don't do this feature. Including from family.rb:

def self.all_with_cds(year=Year.current)
  Family.registered(year).select { |f| f.number_of_photo_cds > 0 }
end