-
-
Save waseem/3220182 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
@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