Module: Biovision::Components::Users::Authentication

Included in:
Biovision::Components::UsersComponent
Defined in:
app/lib/biovision/components/users/authentication.rb

Overview

Authentication part of users component

Instance Method Summary collapse

Instance Method Details

#authenticate(password, track) ⇒ Object



8
9
10
11
12
# File 'app/lib/biovision/components/users/authentication.rb', line 8

def authenticate(password, track)
  @password = password
  @track = track
  let_user_in?
end