Sha256: 1bcac3f9ce1dfaeb304cf560fdf7141dfbb7061a611f897c4175f1522889f951
Contents?: true
Size: 259 Bytes
Versions: 18
Compression:
Stored size: 259 Bytes
Contents
module GovukAppConfig class Railtie < Rails::Railtie config.before_initialize do GovukLogging.configure if Rails.env.production? end config.after_initialize do GovukError.configure unless GovukError.is_configured? end end end
Version data entries
18 entries across 18 versions & 1 rubygems