Sha256: e540d544d04418e6fbd3209dc78731eb985f6042ae33cad5767af6989e77e21f
Contents?: true
Size: 349 Bytes
Versions: 9
Compression:
Stored size: 349 Bytes
Contents
Rails.application.configure do config.hackathon = config_for(:hackathon) # Applications without a specified config.time_zone will parse # this as a string instead of a DateTime if config.hackathon['last_day_to_apply'].is_a?(String) config.hackathon['last_day_to_apply'] = DateTime.parse(config.hackathon['last_day_to_apply']) end end
Version data entries
9 entries across 9 versions & 1 rubygems