spectrumtrail / spectrum

The real new Spectrum marketing and registrations app.
https://spectrumtrailracing.com
5 stars 0 forks source link

update event sold_out logic #222

Open willblake01 opened 3 years ago

willblake01 commented 3 years ago

Fixes bug with orange event banner to ignore archived races that was causing the view to render as if there were open spots remaining for sold out events.

-refactor event sold_out? method to use ruby all? method -adds active, upcoming, and not_archived race scopes to event sold_out? method