Method name changed

This commit is contained in:
Alex Denisov 2012-09-16 20:08:57 +03:00
parent 549c4c2202
commit b896880eb4
4 changed files with 8 additions and 8 deletions

View file

@ -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?