Skip to content

Commit

Permalink
lint ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Thomas committed Jun 13, 2023
1 parent 205e9a2 commit 4419e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'highlight'
require "highlight"

class ApplicationController < ActionController::Base
include Highlight::Integrations::Rails
include Highlight::Integrations::Rails

around_action :with_highlight_context
around_action :with_highlight_context
end
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
config.log_level = :info

# Prepend all log lines with the following tags.
config.log_tags = [ :request_id ]
config.log_tags = [:request_id]

# Use a different cache store in production.
# config.cache_store = :mem_cache_store
Expand Down

0 comments on commit 4419e1b

Please sign in to comment.