Class: KiosqueCode
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- KiosqueCode
- 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