CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   Ruby & Ruby On Rails (http://www.codingforums.com/forumdisplay.php?f=44)
-   -   Merge three models for latest content on homepage? (http://www.codingforums.com/showthread.php?t=235214)

noisyscanner 08-16-2011 03:12 PM

Merge three models for latest content on homepage?
 
Hey, guys!
I have three models for a blog here that I want to merge to find the latest content for the homepage.
  • Post
  • Picture
  • Video
To make this even more complicated would like to paginate the results using will_paginate.
What I have so far is this:
Code:

@posts = Post.paginate(:order => "created_at DESC", :page => params[:page])
Can anybody think of a solution?
Thanks,
Brad. :D


All times are GMT +1. The time now is 07:05 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.