From 8954eaa081b7b3c4a6449343eaf10d7c8d3c5c46 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Thu, 20 Sep 2012 16:10:29 +0200 Subject: [PATCH] actually trigger sync --- lib/travis/api/app/endpoint/profile.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/travis/api/app/endpoint/profile.rb b/lib/travis/api/app/endpoint/profile.rb index cb27ae83..e5b62f3e 100644 --- a/lib/travis/api/app/endpoint/profile.rb +++ b/lib/travis/api/app/endpoint/profile.rb @@ -30,9 +30,8 @@ class Travis::Api::App # TODO: Add implementation and documentation. post '/sync', scope: :private do - # raise NotImplementedError - # sync_user(current_user) - 'ok' + sync_user(current_user) + 204 end private