/ Published in: Rails
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
def self.latest find :all, :limit => 5, :order => 'books.id desc', :include => [:authors, :publisher] end