<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,6 +45,12 @@ module WillPaginate
 
     # Enable named_scope, a feature of Rails 2.1, even if you have older Rails
     # (tested on Rails 2.0.2 and 1.2.6).
+    #
+    # You can pass +false+ for +patch+ parameter to skip monkeypatching
+    # *associations*. Use this if you feel that &lt;tt&gt;named_scope&lt;/tt&gt; broke
+    # has_many, has_many :through or has_and_belongs_to_many associations in
+    # your app. By passing +false+, you can still use &lt;tt&gt;named_scope&lt;/tt&gt; in
+    # your models, but not through associations.
     def enable_named_scope(patch = true)
       return if defined? ActiveRecord::NamedScope
       require 'will_paginate/named_scope'</diff>
      <filename>lib/will_paginate.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>acc6716ebb8c503efa4f14553ea255cbb0f201c7</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/will_paginate/commit/1694bb814831a775beb0624a1d2947a90700046d</url>
  <id>1694bb814831a775beb0624a1d2947a90700046d</id>
  <committed-date>2008-04-05T08:03:26-07:00</committed-date>
  <authored-date>2008-04-05T08:03:26-07:00</authored-date>
  <message>document WillPaginate.enable_named_scope(false)</message>
  <tree>612f74c891429803de96894908ae64a06611654d</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
