class Authlogic::Session::MagicColumn::AssignsLastRequestAt

Assigns the current time to the ‘last_request_at` attribute.

  1. The ‘last_request_at` column must exist

  2. Assignment can be disabled on a per-controller basis

  3. Assignment will not happen more often than ‘last_request_at_threshold`

seconds.

@api private