Class: ProviderPrivacyConfiguration
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- ProviderPrivacyConfiguration
- Defined in:
- app/models/provider_privacy_configuration.rb
Overview
The privacy configurations associated with a service Provider that allows them, for example, to make their slots public or restricted to their trusted Customers.
Schema Information
Table name: provider_privacy_configurations
id :integer not null, primary key
slots_public :boolean default("false"), not null
bookings_public :boolean default("false"), not null
created_at :datetime not null
updated_at :datetime not null