Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Nov 16, 2010
1 parent 77dfed3 commit e085d96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/formtastic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1274,8 +1274,6 @@ def boolean_input(method, options)
checked_value = options.delete(:checked_value) || '1'
unchecked_value = options.delete(:unchecked_value) || '0'

#input = self.check_box(method, strip_formtastic_options(options).merge(html_options),
# checked_value, unchecked_value)
field_id = generate_html_id(method, "")
input = template.check_box_tag(
"#{@object_name}[#{method}]",
Expand Down

0 comments on commit e085d96

Please sign in to comment.