Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/user_time_zones/helper.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#guess_tz_offset_field(options = {}) ⇒ Object



23
24
25
# File 'lib/user_time_zones/helper.rb', line 23

def guess_tz_offset_field(options = {})
  @template.guess_tz_offset_field(@object_name, objectify_options(options))
end