Skip to content

Instantly share code, notes, and snippets.

@yoones
Created May 19, 2019 20:19
Show Gist options
  • Save yoones/55c6bc36f3a997c9303cf63d964854f9 to your computer and use it in GitHub Desktop.
Save yoones/55c6bc36f3a997c9303cf63d964854f9 to your computer and use it in GitHub Desktop.
application class
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