Class: Passwordless::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Passwordless::ApplicationController
- Defined in:
- app/controllers/passwordless/application_controller.rb
Overview
Base for Passwordless controllers
Direct Known Subclasses
Instance Method Summary collapse
-
#passwordless_controller? ⇒ boolean
Always returns true.
Instance Method Details
#passwordless_controller? ⇒ boolean
Always returns true. Use to check if <Some>Controller inherits from ApplicationController.
11 12 13 |
# File 'app/controllers/passwordless/application_controller.rb', line 11 def passwordless_controller? true end |