fast_page
fast_page copied to clipboard
Return array from fast_page.to_a
The load method returns the ActiveRecord relation rather than the Array of records that has been loaded.
As to_a dups and returns records it would also return the ActiveRecord relation rather than an Array.