If I have a method called delete in a class which a class I am creating is descended from, and I call the delete method in the child, how do I have the child call the parent class's delete near the end of the child class's delete method? Thanks
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=.

