Sha256: 2b0960446a4ac45540d70929b49b12ae08c777fae4abbecc377f5aa20f6dcc8b
Contents?: true
Size: 788 Bytes
Versions: 5
Compression:
Stored size: 788 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 ExampleProject class Application < Rails::Application # Initialize configuration defaults for originally generated Rails version. config.load_defaults 7.0 # Configuration for the application, engines, and railties goes here. # # These settings can be overridden in specific environments using the files # in config/environments, which are processed later. # # config.time_zone = "Central Time (US & Canada)" # config.eager_load_paths << Rails.root.join("extras") config.logger = Logtail::Logger.create_default_logger("<SOURCE_TOKEN>") end end
Version data entries
5 entries across 5 versions & 1 rubygems