Sha256: 8f6eb766a701582c962302aafdd2858f41607ef23be2792baf60cdfbd853f1a2

Contents?: true

Size: 665 Bytes

Versions: 212

Compression:

Stored size: 665 Bytes

Contents

# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class TimeZoneSelect < Base # :nodoc:
        def initialize(object_name, method_name, template_object, priority_zones, options, html_options)
          @priority_zones = priority_zones
          @html_options   = html_options

          super(object_name, method_name, template_object, options)
        end

        def render
          select_content_tag(
            time_zone_options_for_select(value || @options[:default], @priority_zones, @options[:model] || ActiveSupport::TimeZone), @options, @html_options
          )
        end
      end
    end
  end
end

Version data entries

212 entries across 200 versions & 13 rubygems

Version Path
actionview-7.0.8.6 lib/action_view/helpers/tags/time_zone_select.rb
actionview-6.1.7.10 lib/action_view/helpers/tags/time_zone_select.rb
actionview-6.1.7.9 lib/action_view/helpers/tags/time_zone_select.rb
actionview-7.0.8.5 lib/action_view/helpers/tags/time_zone_select.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/actionview-7.0.8.4/lib/action_view/helpers/tags/time_zone_select.rb
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/time_zone_select.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/time_zone_select.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/actionview-7.0.5.1/lib/action_view/helpers/tags/time_zone_select.rb
actionview-7.0.8.4 lib/action_view/helpers/tags/time_zone_select.rb
actionview-6.1.7.8 lib/action_view/helpers/tags/time_zone_select.rb
actionview-7.0.8.1 lib/action_view/helpers/tags/time_zone_select.rb
actionview-6.1.7.7 lib/action_view/helpers/tags/time_zone_select.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-7.0.2.3/lib/action_view/helpers/tags/time_zone_select.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-7.0.3.1/lib/action_view/helpers/tags/time_zone_select.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/actionview-6.1.6.1/lib/action_view/helpers/tags/time_zone_select.rb
actionview-7.0.8 lib/action_view/helpers/tags/time_zone_select.rb
actionview-7.0.7.2 lib/action_view/helpers/tags/time_zone_select.rb
actionview-6.1.7.6 lib/action_view/helpers/tags/time_zone_select.rb
actionview-7.0.7.1 lib/action_view/helpers/tags/time_zone_select.rb
actionview-6.1.7.5 lib/action_view/helpers/tags/time_zone_select.rb