Class: CalendarizeHelper::Scopes
- Inherits:
-
Object
- Object
- CalendarizeHelper::Scopes
- Defined in:
- app/helpers/calendarize_helper.rb
Overview
An enum object that hold the possible scopes for a calendar The scope can be used in a calendar view to know which calendar to show
Constant Summary collapse
- DAILY =
'daily'- WEEKLY =
'weekly'- MONTHLY =
'monthly'