Class: CalendarTemplate

Inherits:
ApplicationRecord show all
Defined in:
app/models/calendar_template.rb

Overview

typed:ignore

Schema Information

Table name: calendar_templates

id         :bigint           not null, primary key
date       :date
end_time   :time
start_time :time

Indexes

index_calendar_templates_on_date                 (date)
index_calendar_templates_on_date_and_start_time  (date,start_time) UNIQUE
index_calendar_templates_on_end_time             (end_time)
index_calendar_templates_on_start_time           (start_time)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url