Let's say I have an ActiveRecord::Base class and I want to be able to
call a method on an Array of these items. For instance, perhaps
there's a class called Country and another called business, and I'd
like to be able to do something like
Let's say I have an ActiveRecord::Base class and I want to be able to
call a method on an Array of these items. For instance, perhaps
there's a class called Country and another called business, and I'd
like to be able to do something like