Skip to content

Commit 29bbd6e

Browse files
committed
Explicitly require logger
…to address uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger issue.
1 parent 1643fb2 commit 29bbd6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/public_activity.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'active_support'
4+
require 'logger'
45
require 'action_view'
56
# +public_activity+ keeps track of changes made to models
67
# and allows you to display them to the users.

0 commit comments

Comments
 (0)