difference between merging a hash in ruby and using merge_conditions of activerecord

The ruby library comes with a method called merge that allows you to merge two hashes. So then why does merge_conditions exist in activereocrd, which appears to be doing the same thing.

thanks for response

I don't think merge_conditions /does/ exist any more (in Rails 3).

Colin