jackdempsey / acts_as_commentable

The ActiveRecord acts_as_commentable plugin
http://juixe.com/svn/acts_as_commentable/
MIT License
834 stars 176 forks source link

support eager loading #4

Closed yachi closed 14 years ago

yachi commented 14 years ago

i think act_as_commentable should support rails eagar loading like this:

class Post < ActiveRecord::Base act_as_commentable :include => :user . . .

jackdempsey commented 14 years ago

yachi,

I'd consider any patches to that end. I don't have time right now to look into it myself.

thx, jack