Class: SelfCheckinSettingSerializer

Inherits:
ApplicationSerializer show all
Defined in:
app/serializers/self_checkin_setting_serializer.rb

Overview

Schema Information

Table name: self_checkin_settings

id                   :bigint           not null, primary key
after_booking_time   :integer
before_booking_time  :integer
logo                 :string(191)
require_table_number :boolean          default(FALSE)
slug                 :string(191)
created_at           :datetime         not null
updated_at           :datetime         not null
tnc                  :string(191)

Method Summary

Methods inherited from ApplicationSerializer

decorate_attributes, decorator, #object_cache_key