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

Ticket #8524 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Make with_scope protected

Reported by: josh Assigned to: nzkoz
Priority: normal Milestone: 1.x
Component: ActiveRecord Version: edge
Severity: normal Keywords:
Cc:

Description

Protected with_scope from method abusers.

Attachments

make_with_scope_protected.diff (13.3 kB) - added by josh on 05/30/07 21:36:29.

Change History

05/30/07 21:21:42 changed by david

  • owner changed from david to nzkoz.

05/30/07 21:36:29 changed by josh

  • attachment make_with_scope_protected.diff added.

05/30/07 21:40:59 changed by bitsweat

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

(In [6909]) with_scope is protected. Closes #8524.