Exception: SeemsRateable::Errors::InvalidRateableObjectError
- Inherits:
-
StandardError
- Object
- StandardError
- SeemsRateable::Errors::InvalidRateableObjectError
- Defined in:
- lib/seems_rateable/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/seems_rateable/errors.rb', line 4 def to_s "Stated object is not rateable. Add 'seems_rateable' to your object's class model." end |