RailsCasts Pro episodes are now free!

Learn more or hide this

CJ Miyake's Profile

GitHub User: keitai

Comments by CJ Miyake

Avatar

i get an undefined method:

undefined method page for #<Array:0x109881fa8>

@images = @search.results.page(params[:page]).per(24)

Avatar

anyone know how to get this working with Kaminari?