Class: Shoppy::Review
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Shoppy::Review
- Defined in:
- app/models/shoppy/review.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#customer ⇒ Object
Relationships.
-
#rate ⇒ Object
Validators.
Instance Method Details
#customer ⇒ Object
Relationships
4 |
# File 'app/models/shoppy/review.rb', line 4 belongs_to :customer |
#rate ⇒ Object
Validators
8 |
# File 'app/models/shoppy/review.rb', line 8 validates_numericality_of :rate, only_integer: true, message: "can only be an integer" |