Class: SharedCustomer
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- SharedCustomer
- Defined in:
- app/models/shared_customer.rb
Overview
typed: ignore this class contains shared data between User and Reservation
if the value is false, then user name on review page/section will be hidden
Instance Attribute Summary collapse
-
#disclose_review ⇒ Object
The current value of disclose_review.
Method Summary
Methods inherited from ApplicationRecord
Instance Attribute Details
#disclose_review ⇒ Object
Returns the current value of disclose_review.
6 7 8 |
# File 'app/models/shared_customer.rb', line 6 def disclose_review @disclose_review end |