Skip to content
João Guilherme edited this page Apr 8, 2016 · 1 revision

Class

  • This class allows the login and logout in the system.

Methods

  • def new

  • Empty method.

  • def create

  • Creates a session.

  • def destroy

  • destroys the session.

Variables

  • login

  • Receives the parameters necessary to login.

  • password

  • Stores a password for the login.

  • user

  • Stores the user login in that session.

Clone this wiki locally