Class: Clearance::SuccessStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/clearance/session_status.rb

Overview

Indicates a user was successfully signed in, passing all SignInGuards.

Instance Method Summary collapse

Instance Method Details

#success?Boolean

Is true, indicating that the sign in was successful.

Returns:

  • (Boolean)


5
6
7
# File 'lib/clearance/session_status.rb', line 5

def success?
  true
end