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
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