Skip to content

Commit

Permalink
Merge pull request #333 from ActsAsParanoid/fix-rubocop-offense
Browse files Browse the repository at this point in the history
Fix new Style/SuperArguments offense
  • Loading branch information
mvz authored Jun 23, 2024
2 parents e84a85c + 560463f commit 952e062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def initialize(*attrs)
@called_before_destroy = false
@called_after_destroy = false
@called_after_commit_on_destroy = false
super(*attrs)
super
end

def call_me_before_destroy
Expand Down

0 comments on commit 952e062

Please sign in to comment.