Skip to content

Commit

Permalink
copy/paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed May 13, 2009
1 parent 3f00af0 commit ec7df90
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/formtastic.rb
Expand Up @@ -844,14 +844,6 @@ def country_input(method, options)
self.country_select(method, priority_countries, set_options(options), html_options)
end


def time_zone_input(method, options)
html_options = options.delete(:input_html) || {}

self.label(method, options.slice(:label, :required)) +
self.time_zone_select(method, options.delete(:priority_zones), set_options(options), html_options)
end


# Outputs a label containing a checkbox and the label text. The label defaults
# to the column name (method name) and can be altered with the :label option.
Expand Down

0 comments on commit ec7df90

Please sign in to comment.