Ticket #40 (new defect)

Opened 11 months ago

before_create / before_delete chaining

Reported by: rails Assigned to: jcm
Priority: minor Milestone:
Component: plugin Version: trunk
Keywords: Cc:

Description

The way before_create and before_delete are implemented can cause issues if someone overrides the method in the inherited class. I changed them to properly handle chaining. See patch.

Regards. Craig Barber

Attachments

callback_fixes.patch (1.7 kB) - added by rails on 01/11/08 02:05:01.

Change History

01/11/08 02:05:01 changed by rails

  • attachment callback_fixes.patch added.