<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,10 @@ All you need is the 'is_taggable' declaration in your models:
   class User &lt; ActiveRecord::Base
     is_taggable :tags, :languages
   end
+  
+In your forms, add a text fields for &quot;tag_list&quot; and/or &quot;language_list&quot; (matching the example model above):
+
+  &lt;%= f.text_field :tag_list %&gt;
 
 Calling is_taggable with any arguments defaults to a tag_list. Instantiating our polyglot user is easy:
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>906fdce9756925dc8acde07d0e945c59db5c0dd5</id>
    </parent>
  </parents>
  <author>
    <name>August Lilleaas</name>
    <email>augustlilleaas@gmail.com</email>
  </author>
  <url>http://github.com/jamesgolick/is_taggable/commit/e1552acf7177b46530346700e6cf964a08d687bb</url>
  <id>e1552acf7177b46530346700e6cf964a08d687bb</id>
  <committed-date>2009-03-31T13:06:51-07:00</committed-date>
  <authored-date>2009-03-31T00:51:01-07:00</authored-date>
  <message>Adding a view example to the README.

Signed-off-by: Daniel Haran &lt;chebuctonian@gmail.com&gt;</message>
  <tree>9d1c0dc75d296ed5ad69a86f04114163b9fc74b0</tree>
  <committer>
    <name>Daniel Haran</name>
    <email>chebuctonian@gmail.com</email>
  </committer>
</commit>
