Sha256: ff1f7e16fde4ed5d7e523dd3a70fe5ad5941c4e95453c2badd0619cf27f99ce1

Contents?: true

Size: 319 Bytes

Versions: 10

Compression:

Stored size: 319 Bytes

Contents

# frozen_string_literal: true

module Dummy
  class Application < Rails::Application
    config.eager_load = false
    config.root = ''
    config.filter_parameters = ['password', 'bank_account.name']
    config.i18n.default_locale = :fr
  end
end

Rails.logger = Logger.new('/dev/null')

Rails.application.initialize!

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mtk_framework-1.0.1 spec/fake_app.rb
mtk_framework-1.0.0 spec/fake_app.rb
mtk_framework-0.1.7 spec/fake_app.rb
mtk_framework-0.1.6 spec/fake_app.rb
mtk_framework-0.1.5 spec/fake_app.rb
mtk_framework-0.1.4 spec/fake_app.rb
mtk_framework-0.1.3 spec/fake_app.rb
mtk_framework-0.1.2 spec/fake_app.rb
mtk_framework-0.1.1 spec/fake_app.rb
mtk_framework-0.1.0 spec/fake_app.rb