Sha256: 45487d886df87a102943ae862f8db40d70b3094fb6bf7f6ad060212e4bdc31ad
Contents?: true
Size: 484 Bytes
Versions: 45
Compression:
Stored size: 484 Bytes
Contents
%p - accepted = Questionnaire.joins(:school).where("schools.bus_list_id = '#{bus_list.id}' AND acc_status = 'accepted'").count = pluralize(accepted, 'person has', 'people have') been accepted but not yet RSVP'd. %p - accepted = Questionnaire.joins(:school).where("schools.bus_list_id = '#{bus_list.id}' AND acc_status = 'rsvp_confirmed' AND riding_bus = false").count = pluralize(accepted, 'person has', 'people have') RSVP'd as attending but didn't sign up for the bus.
Version data entries
45 entries across 45 versions & 1 rubygems