Class: Searls::Auth::BaseController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Searls::Auth::BaseController
- Defined in:
- app/controllers/searls/auth/base_controller.rb
Direct Known Subclasses
EmailVerificationsController, LoginsController, RegistrationsController, RequestsPasswordResetsController, ResetsPasswordsController, SettingsController, VerificationsController
Instance Method Summary collapse
Instance Method Details
#forwardable_params ⇒ Object
10 11 12 |
# File 'app/controllers/searls/auth/base_controller.rb', line 10 def forwardable_params {redirect_path: params[:redirect_path], redirect_subdomain: params[:redirect_subdomain]}.compact_blank end |