Skip to content

Instantly share code, notes, and snippets.

@nolandc
Created May 24, 2013 03:51
Show Gist options
  • Save nolandc/5641186 to your computer and use it in GitHub Desktop.
Save nolandc/5641186 to your computer and use it in GitHub Desktop.
college = current_user.college
@colleges = [college] + college.nearby
@deals = Kaminari.paginate_array(@colleges.map(&:deals).flatten).page params[:page]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment