Sha256: 1f0112930a871f5ee49fb332084977c8222ee310abb5e15b8ec9293840264e6f

Contents?: true

Size: 620 Bytes

Versions: 2

Compression:

Stored size: 620 Bytes

Contents

require_relative "boot"

require "rails/all"

Bundler.require(*Rails.groups)
require "acts_as_tenant"

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

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_tenant-0.5.1 spec/dummy/config/application.rb
acts_as_tenant-0.5.0 spec/dummy/config/application.rb