Sha256: 78a33e82ea3246564f59ff6cdad7f589effd0eaba096a0fd232642d418902d02
Contents?: true
Size: 860 Bytes
Versions: 18
Compression:
Stored size: 860 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 TestSite class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. config.load_defaults 6.0 config.wovnrb = { :project_token => 'EnS!t3', :default_lang => 'en', :supported_langs => ['en', 'ja', 'fr'], :url_pattern => 'path', :install_middleware => true } # 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. end end
Version data entries
18 entries across 18 versions & 1 rubygems