Created
July 31, 2012 20:05
-
-
Save gotjosh/3220028 to your computer and use it in GitHub Desktop.
How can I avoid to create the array on the first line?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@videos = [] | |
@publisher.sources.each { |s| @videos << s.videos.paginate(:per_page => params[:limit] ||= 10, :page => params[:page] ||= 1)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment