I have an array, each of whose elements is a hash with three key/value pairs:
:phone => \"2130001111\", :zip => \"12345\", :city => \"sometown\"
If you want to paginate for data in array you should require 'will_paginate/array' in your controller