Sha256: b40237ef6275b4fb50428a54534526566822dff92b028b3679a32f89a99172fb

Contents?: true

Size: 415 Bytes

Versions: 9

Compression:

Stored size: 415 Bytes

Contents

Rails.application.configure do
    config.filter_parameters += [:password]
    
    config.active_record.raise_in_transactional_callbacks = true
    
    config.serviceworker.routes.draw do
        match "/manifest.json"
    end
    
    config.assets.configure do |env|
        env.export_concurrent = false
    end
    
    config.after_initialize do
        User.send(:include, ThecoreUiCommonsUser)
    end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thecore_ui_commons-3.0.10 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.9 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.8 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.7 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.6 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.5 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.4 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.3 config/initializers/thecore_ui_commons_configs.rb
thecore_ui_commons-3.0.0 config/initializers/thecore_ui_commons_configs.rb