class UserTimeZone::SimpleFormInputs::BrowserTimeZoneInput

Public Class Methods

new(*) click to toggle source
Calls superclass method
# File lib/user_time_zone/simple_form_inputs.rb, line 10
def initialize(*)
  super
  @html_classes << 'hidden'
end

Public Instance Methods

input_html_options() click to toggle source
Calls superclass method
# File lib/user_time_zone/simple_form_inputs.rb, line 15
def input_html_options
  super.merge(data: {js_time_zone: ''})
end