Sha256: 14e9fa12d71df6615ef83b15aab907e2e25c6c64b65d04eeff74a687d3173b91
Contents?: true
Size: 619 Bytes
Versions: 4
Compression:
Stored size: 619 Bytes
Contents
require_relative "boot" require "rails/all" Bundler.require(*Rails.groups) require "make_taggable" module Dummy class Application < Rails::Application # 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. if Rails.gem_version < Gem::Version.new("6.0") && config.active_record.sqlite3 config.active_record.sqlite3.represent_boolean_as_integer = true end end end
Version data entries
4 entries across 4 versions & 1 rubygems