shenoudab / devise_traceable

Tracing Devise Model
mobithought.com
MIT License
26 stars 22 forks source link

What is tracing? #2

Closed tetherit closed 12 years ago

tetherit commented 12 years ago

The documentation appears a bit scarse - what exactly does this do?

shenoudab commented 12 years ago

Tracing is logging actions done by devise user model. by adding sign_in_at and sign_out_at in your user devise model.