Skip to content
Snippets Groups Projects
Commit 7c7d7b97 authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix broken specs

parent 9da6bb6d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -22,6 +22,10 @@ class User
end
end
 
def avatar_url
attributes['avatar_url']
end
def cache_key(*args)
"#{self.id}:#{args.join(":")}:#{sync_at.to_s}"
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment