Class: Ecom::Core::Site

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

Constant Summary collapse

ACTIVE =
'Active'.freeze
INACTIVE =
'Inactive'.freeze
STATUSES =
[ACTIVE, INACTIVE].freeze