Sha256: e4c9985ce6529951cf1c147b20e99ca4c50c78f9dc963e792ce5772d5cc3e847
Contents?: true
Size: 660 Bytes
Versions: 71
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 Oauth2App 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
71 entries across 22 versions & 1 rubygems