Sha256: 3f6664adfb7e5e2772b0e033e8264bb1548245d2f0c6ded81fb334fd332c2270
Contents?: true
Size: 495 Bytes
Versions: 5
Compression:
Stored size: 495 Bytes
Contents
json.occurrence_id event.occurrence_id json.slug event.slug json.url date_book.event_path(event.slug, occurrence_id: event.occurrence_id) json.title event.title json.description event.description json.editable can?(:edit, event).to_s json.className "#{event.css_class} #{event.all_day ? 'all-day' : 'part-day'}" json.start event.start_moment json.end event.end_moment json.duration event.duration json.allDay event.all_day json.popover_url date_book.popover_event_path(event.slug, format: :html)
Version data entries
5 entries across 5 versions & 1 rubygems