class TimeZoneValidator

Private Instance Methods

valid_attr?() click to toggle source
# File lib/lite/validators/time_zone_validator.rb, line 9
def valid_attr?
  !ActiveSupport::TimeZone[value].nil?
end