Class: Clearance::SuccessStatus
- Inherits:
-
Object
- Object
- Clearance::SuccessStatus
- Defined in:
- lib/clearance/session_status.rb
Overview
Indicates a user was successfully signed in, passing all SignInGuards.
Instance Method Summary collapse
-
#success? ⇒ Boolean
Is true, indicating that the sign in was successful.
Instance Method Details
#success? ⇒ Boolean
Is true, indicating that the sign in was successful.
5 6 7 |
# File 'lib/clearance/session_status.rb', line 5 def success? true end |