<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,7 +11,7 @@ module FindList
     def self.list(options={}) #:doc
       id_column = options[:id].blank? ? :id : options.delete(:id).to_sym
       display_column = options[:display].blank? ? :name : options.delete(:display).to_sym
-      find(:all, options).map { |x| [ x[id_column].to_s + ': ' + x[display_column].to_s, x[id_column] ] }
+      find(:all, options).map { |x| [ x[display_column].to_s, x[id_column] ] }
     end
   end
 end</diff>
      <filename>lib/find_list.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,7 +3,7 @@ require 'spec/spec_helper'
 describe FindList do
 
   it &quot;should find a list of the posts&quot; do
-    Post.list(:display =&gt; :title).should eql([[&quot;1: January&quot;, 1], [&quot;2: February&quot;, 2], [&quot;3: March&quot;, 3], [&quot;4: April&quot;, 4], [&quot;5: May&quot;, 5], [&quot;6: June&quot;, 6], [&quot;7: July&quot;, 7], [&quot;8: August&quot;, 8], [&quot;9: September&quot;, 9], [&quot;10: October&quot;, 10], [&quot;11: November&quot;, 11], [&quot;12: December&quot;, 12]])
+    Post.list(:display =&gt; :title).should eql([[&quot;January&quot;, 1], [&quot;February&quot;, 2], [&quot;March&quot;, 3], [&quot;April&quot;, 4], [&quot;May&quot;, 5], [&quot;June&quot;, 6], [&quot;July&quot;, 7], [&quot;August&quot;, 8], [&quot;September&quot;, 9], [&quot;October&quot;, 10], [&quot;November&quot;, 11], [&quot;December&quot;, 12]])
   end
   
   </diff>
      <filename>spec/unit/find_list_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8338237ceea53a72e19d6b19c5db8cac2cf9835e</id>
    </parent>
  </parents>
  <author>
    <name>Mark Gandolfo</name>
    <email>mark@aussiev8.com.au</email>
  </author>
  <url>http://github.com/markgandolfo/find_list/commit/94b9b5315d18e85613859339896f58a45eb48654</url>
  <id>94b9b5315d18e85613859339896f58a45eb48654</id>
  <committed-date>2009-05-31T01:42:30-07:00</committed-date>
  <authored-date>2009-05-31T01:42:30-07:00</authored-date>
  <message>removed id from display field</message>
  <tree>04102cebd56752ee3d566d83c86ef895dc86965f</tree>
  <committer>
    <name>Mark Gandolfo</name>
    <email>mark@aussiev8.com.au</email>
  </committer>
</commit>
