<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,8 @@ class Comment &lt; ActiveRecord::Base
 
   belongs_to :commentable, :polymorphic =&gt; true
 
+  default_scope :order =&gt; 'created_at ASC'
+
   # NOTE: install the acts_as_votable plugin if you
   # want user to vote on the quality of comments.
   #acts_as_voteable
@@ -11,4 +13,4 @@ class Comment &lt; ActiveRecord::Base
   # NOTE: Comments belong to a user
   belongs_to :user
 
-end
\ No newline at end of file
+end</diff>
      <filename>generators/comment/templates/comment.rb</filename>
    </modified>
    <modified>
      <diff>@@ -11,7 +11,7 @@ module Juixe
 
       module ClassMethods
         def acts_as_commentable
-          has_many :comments, :as =&gt; :commentable, :dependent =&gt; :destroy, :order =&gt; 'created_at ASC'
+          has_many :comments, :as =&gt; :commentable, :dependent =&gt; :destroy
           include Juixe::Acts::Commentable::InstanceMethods
           extend Juixe::Acts::Commentable::SingletonMethods
         end
@@ -63,4 +63,4 @@ module Juixe
   end
 end
 
-ActiveRecord::Base.send(:include, Juixe::Acts::Commentable)
\ No newline at end of file
+ActiveRecord::Base.send(:include, Juixe::Acts::Commentable)</diff>
      <filename>lib/commentable_methods.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>55edcad330a9cc902d0b41fc4006212fb2c152c6</id>
    </parent>
  </parents>
  <author>
    <name>Jack Dempsey</name>
    <email>jack.dempsey@gmail.com</email>
  </author>
  <url>http://github.com/jackdempsey/acts_as_commentable/commit/5300da404c63a0659c8942671f6c71b6c2ecbf80</url>
  <id>5300da404c63a0659c8942671f6c71b6c2ecbf80</id>
  <committed-date>2009-07-29T08:17:16-07:00</committed-date>
  <authored-date>2009-07-29T08:17:16-07:00</authored-date>
  <message>move setting of order to comment model. makes it easier to remove/change</message>
  <tree>033cce581ddf35571b17ea15088a5351c08b98ab</tree>
  <committer>
    <name>Jack Dempsey</name>
    <email>jack.dempsey@gmail.com</email>
  </committer>
</commit>
