Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Oct 24, 2015
1 parent cba5370 commit c121d18
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/formtastic/inputs/time_zone_input.rb
Expand Up @@ -32,9 +32,15 @@ module Inputs
# The priority_zones option:
# Since this input actually uses Rails' `time_zone_select` helper, the :priority_zones
# option needs to be an array of ActiveSupport::TimeZone objects.
#
# And you can configure default value using
#
# ```
# Formtastic::FormBuilder.priority_time_zones = [timezone1, timezone2]
# ```
#
# See http://apidock.com/rails/ActionView/Helpers/FormOptionsHelper/time_zone_select for more information.
#
# @todo configurable default :priority_zones?
class TimeZoneInput
include Base

Expand Down

0 comments on commit c121d18

Please sign in to comment.