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

Ticket #6225 (closed defect: untested)

Opened 2 years ago

Last modified 2 years ago

foo_count deprecation checks for foo_count attribute but not foo_count method

Reported by: octopod Assigned to: bitsweat
Priority: normal Milestone: 1.x
Component: ActiveRecord Version: edge
Severity: normal Keywords: deprecation count
Cc:

Description

We have a foo_count method that does some work before calling count that is incorrectly being marked as deprecated, from r5116

Attachments

6226_fix_deprecated_foo_count.diff (0.8 kB) - added by octopod on 09/18/06 09:36:30.
fix deprecation warning when foo_count method exists

Change History

09/18/06 09:36:30 changed by octopod

  • attachment 6226_fix_deprecated_foo_count.diff added.

fix deprecation warning when foo_count method exists

09/20/06 21:25:45 changed by bitsweat

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

I'm not sure this will ever call the deprecation warning.