Sha256: 865ce4caa3b38335af9593fbecf6b3a9de02dfe3efdab59b15808c4d8038606e
Contents?: true
Size: 708 Bytes
Versions: 1
Compression:
Stored size: 708 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) require "mokio" module Dummy class Application < Rails::Application config.load_defaults 6.0 # Initialize configuration defaults for originally generated Rails version. # Settings in config/environments/* take precedence over those specified here. # Application configuration can go into files in config/initializers # -- all .rb files in that directory are automatically loaded after loading # the framework and any gems in your application. config.i18n.default_locale = :pl end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mokio-2.0.8 | spec/dummy/config/application.rb |