Class: KiosqueReservation

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

Overview

Schema Information

Table name: kiosque_reservations

id             :bigint           not null, primary key
payload        :json
response       :json
created_at     :datetime         not null
updated_at     :datetime         not null
reservation_id :bigint

Indexes

index_kiosque_reservations_on_reservation_id  (reservation_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url