Sha256: cec8242a01d3c5668668f8cd6e48b9bea03b6e61afa3aa8cb9adade5f0f0434b
Contents?: true
Size: 286 Bytes
Versions: 13
Compression:
Stored size: 286 Bytes
Contents
# Set default time-zone Time.zone = 'UTC' # Configure big-decimal encoding ActiveSupport.encode_big_decimal_as_string = false # Add default I18n paths and set default locale I18n.load_path += Dir[Grape::App.root.join('config', 'locales', '*.{rb,yml}').to_s] I18n.default_locale = :en
Version data entries
13 entries across 13 versions & 1 rubygems