Exception: AjaxfulRating::Errors::AlreadyRatedError
- Inherits:
-
StandardError
- Object
- StandardError
- AjaxfulRating::Errors::AlreadyRatedError
- Defined in:
- lib/axr/errors.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) to_s
4 5 6 |
# File 'lib/axr/errors.rb', line 4 def to_s "Model has already been rated by this user. To allow update of ratings pass :allow_update => true to the ajaxful_rateable call." end |