Sha256: ccaf9fa630de2aeef04b4bf17d6a89b81d0fc902f31a1e4e99898ebec25ea602
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 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) require "admin_invitable" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
admin_invitable-1.0.0 | spec/dummy/config/application.rb |