Skip to content

Commit

Permalink
Fix linter issue and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ur5us committed Jan 20, 2024
1 parent d3a2a40 commit 4c7fad0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/public_activity/roles/tracked.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ def include_default_actions(options)
defaults
end

modules.each do |_, value|
include value
end
modules.each_value { |mod| include mod }
end

def available_options
Expand Down

0 comments on commit 4c7fad0

Please sign in to comment.