Class: EventImportResult
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- EventImportResult
- Defined in:
- app/models/event_import_result.rb
Class Method Summary collapse
Class Method Details
.header ⇒ Object
10 11 12 13 14 |
# File 'app/models/event_import_result.rb', line 10 def self.header %w( id name display_name library event_category start_at end_at all_day note dummy ) end |