Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10631 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

[PATCH][TINY] Use session_table_name method in db:sessions:clear

Reported by: chuyeow Assigned to: core
Priority: low Milestone: 2.x
Component: Railties Version: edge
Severity: minor Keywords: tiny
Cc:

Attachments

use_session_table_name_method.diff (0.6 kB) - added by chuyeow on 12/28/07 02:54:29.
Use the unused session_table_name method in the db:sessions:clear task

Change History

12/28/07 02:54:29 changed by chuyeow

  • attachment use_session_table_name_method.diff added.

Use the unused session_table_name method in the db:sessions:clear task

01/02/08 09:04:06 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [8522]) db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah Chu Yeow]