homeschool 0.0.1.25 → 0.0.1.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/form_buildr.rb +1 -1
  2. metadata +1 -1
data/lib/form_buildr.rb CHANGED
@@ -52,7 +52,7 @@ class ActionView::Helpers::FormBuilder
52
52
  end
53
53
 
54
54
  def labeled_collection_select(method, collection, value_method, text_method, options={}, html_options={})
55
- label_for(method, options), + collection_select(method, collection, value_method, text_method, options.without(:label, :no_colon), html_options)
55
+ label_for(method, options) + collection_select(method, collection, value_method, text_method, options.without(:label, :no_colon), html_options)
56
56
  end
57
57
 
58
58
  rdef(/labeled_(.*)/) do |match, *args|
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: homeschool
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1.25
6
+ version: 0.0.1.26
7
7
  date: 2007-09-21 00:00:00 -04:00
8
8
  summary: The homeschool gem
9
9
  require_paths: