vote up 2 vote down star

I have an after_save filter which I dont want to trigger in a specific instance. Is there a way to do this similar to save_without_validation?

Thanks,

flag

1 Answer

vote up 1 vote down

There is a good example of extending ActiveRecord to provide callback skipping here: http://integrumbles.com/tags/ActiveRecord

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.