Skip to content

Instantly share code, notes, and snippets.

@yoones
Created May 19, 2019 20:17
Show Gist options
  • Save yoones/3504245b6a0daf0a542fa6f710c9537a to your computer and use it in GitHub Desktop.
Save yoones/3504245b6a0daf0a542fa6f710c9537a to your computer and use it in GitHub Desktop.
./config/application.rb
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 Iluvrails
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment