Skip to content

Commit

Permalink
Merge pull request #123 from alphagov/kevindew-patch-1
Browse files Browse the repository at this point in the history
GovukLogging is required before Railtie
  • Loading branch information
kevindew authored Oct 4, 2019
2 parents f07cffa + 45d1f12 commit b22bada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/govuk_app_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require "govuk_app_config/configure"

if defined?(Rails)
require "govuk_app_config/railtie"
require "govuk_app_config/govuk_logging"
require "govuk_app_config/govuk_content_security_policy"
require "govuk_app_config/railtie"
end

0 comments on commit b22bada

Please sign in to comment.