Flowdock
method

user_input_in_time_zone

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: TimeValue
user_input_in_time_zone(value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/type/helpers/time_value.rb, line 44
        def user_input_in_time_zone(value)
          value.in_time_zone
        end
Register or log in to add new notes.