Exception: AjaxfulRating::AlreadyRatedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ajaxful_rating_model.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/ajaxful_rating_model.rb', line 3

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