Skip to content
Snippets Groups Projects
Commit 79b0b3c9 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

fixing UserRepository#get_by_rid

parent c86ceb6c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class UserRepositoryProxy
end
def get_by_rid(rid)
orientdb_user_repository.get_by_rid(rid)
User.find_by_rid rid
end
def get_graph_id(user)
......
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