Sha256: 2e10cc273ae21ef66beed885415b38a2da161a6a41aa69f049c80aa6a7f28fe3
Contents?: true
Size: 862 Bytes
Versions: 14
Compression:
Stored size: 862 Bytes
Contents
require "rails/all" require File.expand_path('../boot', __FILE__) # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(*Rails.groups(assets: %w(development test))) module TestApp 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.eager_load_paths += %W(#{config.root}/app/models/public) # config.autoload_paths += %W(#{config.root}/app/models/public) # config.assets.paths << ::Rails.root.join('app', 'models').to_s # config.assets.paths << ::Rails.root.join('app', 'views', 'components').to_s # config.opal.arity_check = false end end
Version data entries
14 entries across 14 versions & 1 rubygems