class ActionView::PartialRenderer

def collection_from_object

def collection_from_object
  @object.to_ary if @object.respond_to?(:to_ary)
end