books = Book.find(:all) articles = Articles.find(:all)
By reading from http://guides.rubyonrails.org/layouts_and_rendering.html I knew that I could do
You can also use Array#concat to merge two arrays.
Array#concat