lib/caren/event_slot.rb in caren-api-0.4.30 vs lib/caren/event_slot.rb in caren-api-0.4.31
- old
+ new
@@ -3,10 +3,10 @@
def self.keys
[ :date, # Date
:start, # String
:duration, # Integer
- ] + super
+ ]
end
def self.array_root
:event_slots
end