Method: Formtastic::Inputs::TimeZoneInput#to_html
- Defined in:
- lib/formtastic/inputs/time_zone_input.rb
#to_html ⇒ Object
47 48 49 50 51 52 |
# File 'lib/formtastic/inputs/time_zone_input.rb', line 47 def to_html input_wrapping do label_html << builder.time_zone_select(method, priority_zones, , ) end end |