Exception: SeemsRateable::Errors::NoCurrentUserInstanceError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



10
11
12
# File 'lib/seems_rateable/errors.rb', line 10

def to_s
  "User instance current_user is not available."
end