Sha256: 7ef103bc9a8f94e456b092b9ee1f08ea9ad94d8d9fa96feccdca87588f8dfe86
Contents?: true
Size: 352 Bytes
Versions: 16
Compression:
Stored size: 352 Bytes
Contents
I18n.default_locale = I18n.locale = :'pt-BR' ActiveRecord::Base.include_root_in_json = false Date::DATE_FORMATS[:default] = '%d/%m/%Y' # if you want to change the format of Time display then add the line below Time::DATE_FORMATS[:default]= '%d/%m/%Y %H:%M:%S' # if you want to change the DB date format. #Time::DATE_FORMATS[:db]= '%m/%d/%Y %H:%M:%S'
Version data entries
16 entries across 16 versions & 2 rubygems