base.rb

Path: app/models/upcoming_events/base.rb
Last Update: Mon Jul 05 09:18:27 -0700 2010

All SingleDayEvents that will occur in the next weeks. Used to display a list of upcoming events on the homepage. Organized by parent class (WeeklySeries and everything else) and Discipline: @events: Hash keyed by Discipline#name @weekly_series: Hash keyed by Discipline#name

Does not simply add weeks to date when selecting events — applies a week boundary on Monday

[Validate]