Class: Ecom::Core::Booking

Inherits:
ApplicationRecord show all
Defined in:
app/models/ecom/core/booking.rb

Constant Summary collapse

APPROVED =
'Approved'.freeze
UNAPPROVED =
'Unapproved'.freeze
STATUSES =
[APPROVED, UNAPPROVED].freeze