Hi, I am thinking about writing an acts_as_fox plugin that defines an after_find callback method. If I do this what will happen if a user creates a model that acts_as_fox but this model has it''s own after_find callback method? I imagine that the model''s after_find method shadows the plugin''s after_find. Presumably both after_find callbacks would need to be performed but I don''t want the order to be random. Can I call the plugin''s after_find from withing the model''s after_find method? If this can''t be done is there a standard alternative approach? Thanks, Peter