Class: LoyaltyReservationDatum

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

Overview

Schema Information

Table name: loyalty_reservation_data

id                    :bigint           not null, primary key
note                  :string(191)
created_at            :datetime         not null
updated_at            :datetime         not null
reservation_id        :bigint
ticket_transaction_id :bigint

Indexes

index_loyalty_reservation_data_on_reservation_id         (reservation_id)
index_loyalty_reservation_data_on_ticket_transaction_id  (ticket_transaction_id)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url