Exception: Bumbleworks::User::NoClaimTokenMethodDefined

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

Overview

This exception is raised if the including class has no #claim_token method defined, and also no fallback methods (#username or #email). See #claim_token below for details.