Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrothrock committed Apr 29, 2024
1 parent f9a63f4 commit 4263728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/scout_apm/logging/monitor/monitor.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

##
# Launched as a daemon process by the monitor manager and Rails startup.
# Launched as a daemon process by the monitor manager at Rails startup.
##

require_relative '../monitor_manager'
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def make_basic_app
require "action_controller/railtie"
require "action_view/railtie"

# Require after rails, to ensure the railtie is loaded
# Require after rails, to ensure the railtie is ran
require 'scout_apm_logging'

@app = Class.new(Rails::Application) do
Expand Down

0 comments on commit 4263728

Please sign in to comment.