Sha256: 23669e2bb9dbf4504539ff7bc72d05eafa3d658562eb816fa651dc2dd6eda664
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
%p - accepted = Questionnaire.joins(:school).where("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("bus_list_id = '#{bus_list.id}' AND acc_status = 'rsvp_confirmed'").count = pluralize(accepted, 'person has', 'people have') RSVP'd as attending but didn't sign up for the bus.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hackathon_manager-0.12.0 | app/views/application/_bus_list_stats.html.haml |