Exception: AjaxfulRating::Errors::NoUserSpecified
- Inherits:
-
StandardError
- Object
- StandardError
- AjaxfulRating::Errors::NoUserSpecified
- Defined in:
- lib/axr/errors.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) to_s
16 17 18 |
# File 'lib/axr/errors.rb', line 16 def to_s "You need to specify a user instance or create a helper with the name current_user." end |