Sha256: 83fbcd8f692fd378e6db49842483d52609fd941bbcd6e1449982b5febd662f3d
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 Bytes
Contents
require 'rails/all' module Dummy class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. config.load_defaults 6.0 # 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