Skip to content

Instantly share code, notes, and snippets.

@waseem
Forked from gotjosh/gist:3220028
Created July 31, 2012 20:26
Show Gist options
  • Save waseem/3220182 to your computer and use it in GitHub Desktop.
Save waseem/3220182 to your computer and use it in GitHub Desktop.
How can I avoid to create the array on the first line?
@vidoes = @publisher.sources.map do |s|
s.videos.paginate(:per_page => params[:limit] ||= 10, :page => params[:page] ||= 1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment