summaryrefslogtreecommitdiff
path: root/app/models/network/commit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/network/commit.rb')
-rw-r--r--app/models/network/commit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/network/commit.rb b/app/models/network/commit.rb
index 22d48c9e661..d667948deae 100644
--- a/app/models/network/commit.rb
+++ b/app/models/network/commit.rb
@@ -11,8 +11,8 @@ module Network
@parent_spaces = []
end
- def method_missing(m, *args, &block)
- @commit.__send__(m, *args, &block) # rubocop:disable GitlabSecurity/PublicSend
+ def method_missing(msg, *args, &block)
+ @commit.__send__(msg, *args, &block) # rubocop:disable GitlabSecurity/PublicSend
end
def space