summaryrefslogtreecommitdiffstats
path: root/app/models/group.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/group.rb')
-rw-r--r--app/models/group.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/group.rb b/app/models/group.rb
index ea5454558..300b59b46 100644
--- a/app/models/group.rb
+++ b/app/models/group.rb
@@ -94,12 +94,12 @@ class Group < Principal
destroy_all
end
- def self.human_attribute_name(attribute_key_name, *args)
+ def self.human_attribute_name(attribute_key_name, *)
attr_name = attribute_key_name.to_s
if attr_name == 'lastname'
attr_name = "name"
end
- super(attr_name, *args)
+ super(attr_name, *)
end
def self.anonymous