Exception: AjaxfulRating::Errors::MissingRateRoute
- Inherits:
-
StandardError
- Object
- StandardError
- AjaxfulRating::Errors::MissingRateRoute
- Defined in:
- lib/axr/errors.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) to_s
10 11 12 |
# File 'lib/axr/errors.rb', line 10 def to_s "Add a member route to your routes file for rate with :post method. Or specify a custom url in the options." end |