Method name changed
This commit is contained in:
parent
549c4c2202
commit
b896880eb4
4 changed files with 8 additions and 8 deletions
|
@ -28,7 +28,7 @@ module Gitlab
|
|||
end
|
||||
end
|
||||
|
||||
def existed_attributes(keys)
|
||||
def attributes_for_keys(keys)
|
||||
attrs = {}
|
||||
keys.each do |key|
|
||||
attrs[key] = params[key] if params[key].present?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue