Exception: SeemsRateable::Errors::NoCurrentUserInstanceError
- Inherits:
-
StandardError
- Object
- StandardError
- SeemsRateable::Errors::NoCurrentUserInstanceError
- Defined in:
- lib/seems_rateable/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
10 11 12 |
# File 'lib/seems_rateable/errors.rb', line 10 def to_s "User instance current_user is not available." end |