Class: GetyourguidePackage

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

Overview

Schema Information

Table name: getyourguide_packages

id                    :bigint           not null, primary key
created_at            :datetime         not null
updated_at            :datetime         not null
gyg_option_id         :string(191)
restaurant_id         :bigint           not null
restaurant_package_id :bigint           not null

Indexes

index_getyourguide_packages_on_gyg_option_id  (gyg_option_id) UNIQUE

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url