Class: KiosqueCode

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

Overview

Schema Information

Table name: kiosque_codes

id         :bigint           not null, primary key
code       :string(191)
expire_in  :integer
kind       :string(191)
created_at :datetime         not null
updated_at :datetime         not null

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url