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/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

Classes: ApplicationController, AuthController, ConfirmationsController, Engine, InstallGenerator, PasswordsController, RegistrationsController, SessionsController

Constant Summary collapse

VERSION =
"0.1.26"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



18
19
20
# File 'lib/devise_token_auth/engine.rb', line 18

def self.setup(&block)
  yield self
end