From: ao tianlong Date: 2006-12-13T11:02:04+09:00 Subject: how to add a method_missing method into ActiveRecord ------=_Part_255174_24225281.1165975321125 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline i want to write a plugin that support like following Book.search_by_author_and_description(keyword) i must hold method_missing to dynamic find books but ActiveRecord already used method_missing . how can i add onother method_misng method ? ------=_Part_255174_24225281.1165975321125--