Sha256: 9f41282a321a5ec6ae827b304754c8621e4a53dc25e72dd06bba7be7145e17f0
Contents?: true
Size: 559 Bytes
Versions: 3
Compression:
Stored size: 559 Bytes
Contents
require_relative 'boot' require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups) module Example class Application < Rails::Application # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. config.time_zone = 'Brasilia' config.i18n.default_locale = 'pt-BR' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
simple_form_custom_inputs-0.1.0 | example/config/application.rb |
simple_form_custom_inputs-0.0.4 | example/config/application.rb |
simple_form_custom_inputs-0.0.3 | example/config/application.rb |