Sha256: 8af055853f679d2e42f98b9b0c799740459f5e576940bb0cb9c30b05ada6a6ba
Contents?: true
Size: 695 Bytes
Versions: 13
Compression:
Stored size: 695 Bytes
Contents
# frozen_string_literal: true 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) require "ui_bibz" module Dummy class Application < Rails::Application config.load_defaults Rails::VERSION::STRING.to_f # 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") end end
Version data entries
13 entries across 13 versions & 1 rubygems