Module: DeviseTokenAuth
- Defined in:
- app/controllers/devise_token_auth/sessions_controller.rb,
lib/devise_token_auth.rb,
lib/devise_token_auth/engine.rb,
lib/devise_token_auth/version.rb,
app/helpers/devise_token_auth/application_helper.rb,
app/controllers/devise_token_auth/auth_controller.rb,
lib/generators/devise_token_auth/install_generator.rb,
app/controllers/devise_token_auth/passwords_controller.rb,
app/controllers/devise_token_auth/application_controller.rb,
app/controllers/devise_token_auth/confirmations_controller.rb,
app/controllers/devise_token_auth/registrations_controller.rb
Overview
Defined Under Namespace
Modules: ApplicationHelper Classes: ApplicationController, AuthController, ConfirmationsController, Engine, InstallGenerator, PasswordsController, RegistrationsController, SessionsController
Constant Summary collapse
- VERSION =
"0.1.17"
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
14 15 16 |
# File 'lib/devise_token_auth/engine.rb', line 14 def self.setup(&block) yield self end |