Sha256: c2c0a87ade56b4c4562dbe963dcc8a9576ca8a073458c7be07eb534b211d00ed
Contents?: true
Size: 660 Bytes
Versions: 3
Compression:
Stored size: 660 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 BnbBlazer class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. config.load_defaults 5.2 # 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bnb_blazer-0.4.0 | config/application.rb |
bnb_blazer-0.3.0 | config/application.rb |
bnb_blazer-0.2.0 | config/application.rb |