<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,18 +1,23 @@
 class TanningModel
   include TanningBed
-  attr_accessor :name, :description, :tan_facet
+  attr_accessor :name, :description, :tan_facet, :keywords
   def initialize
     @name        = &quot;Big Bad Voodoo Daddy&quot;
     @description = &quot;Not really that bad after all.&quot;
-    @tan_facet   =     &quot;dark&quot;
+    @tan_facet   = &quot;dark&quot;
+    @keywords = [&quot;Record&quot;, &quot;stuff&quot;, &quot;other&quot;]
   end
   
   def id
     666
   end
+
+  def keywords_facet
+    keywords
+  end
   
   
   def solr_keys
-    [&quot;name&quot;, &quot;description&quot;, &quot;tan_facet&quot;]
+    [&quot;name&quot;, &quot;description&quot;, &quot;tan_facet&quot;, &quot;keywords_facet&quot;]
   end
-end
\ No newline at end of file
+end</diff>
      <filename>spec/fixtures/tanning_model.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4701443a40fdbc46fe419cf9bf3c2fc0f35f6435</id>
    </parent>
  </parents>
  <author>
    <name>Rob Kaufman</name>
    <email>rob@notch8.com</email>
  </author>
  <url>http://github.com/notch8/tanning_bed/commit/b20253cd348e61b4debf01b06f440142b8432b3d</url>
  <id>b20253cd348e61b4debf01b06f440142b8432b3d</id>
  <committed-date>2009-10-02T19:23:23-07:00</committed-date>
  <authored-date>2009-10-02T19:23:23-07:00</authored-date>
  <message>tanning bed array faceting example</message>
  <tree>19e17cb7bb2b4cebcb97eeb5d0ecbdd43cbbfd03</tree>
  <committer>
    <name>Rob Kaufman</name>
    <email>rob@notch8.com</email>
  </committer>
</commit>
