<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,3 +24,9 @@ Now when a user gets created, he will have a unique 16 character token:
 user = User.create!
 user.token # =&gt; &quot;3737edeca0f85e76&quot; 
 
+By default, the token will only be updated once - on the first save.  If you would like the token
+to change after every save, you may specify that like so:
+
+class User &lt; ActiveRecord::Base
+  acts_as_tokenizable :update_token =&gt; false
+end</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eea8bfee475564f931f827d25c125e64edf2dfc3</id>
    </parent>
  </parents>
  <author>
    <name>smt</name>
    <email>smt@6dbbdfbd-06da-443d-8068-b1bdd22a71ef</email>
  </author>
  <url>http://github.com/smtlaissezfaire/acts_as_tokenizable/commit/fc3c23643dbb15c051555630918b5682a483540d</url>
  <id>fc3c23643dbb15c051555630918b5682a483540d</id>
  <committed-date>2008-01-11T10:39:48-08:00</committed-date>
  <authored-date>2008-01-11T10:39:48-08:00</authored-date>
  <message>updating README

git-svn-id: http://thmadb.com/public_svn/plugins/acts_as_tokenizable@253 6dbbdfbd-06da-443d-8068-b1bdd22a71ef</message>
  <tree>55cc35c2a534cf6efc90f219ecf74bb1b91ec8cc</tree>
  <committer>
    <name>smt</name>
    <email>smt@6dbbdfbd-06da-443d-8068-b1bdd22a71ef</email>
  </committer>
</commit>
