method
    
    time_zone_select
 
  time_zone_select(method, priority_zones = nil, options = {}, html_options = {})
  public
  Wraps ActionView::Helpers::FormOptionsHelper#time_zone_select for form builders:
<%= form_for @user do |f| %> <%= f.time_zone_select :time_zone, nil, include_blank: true %> <%= f.submit %> <% end %>
Please refer to the documentation of the base helper for details.

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   
   
    
 
   = protected
 = protected
  