summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-05-18 23:18:04 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-07-01 10:49:34 +0200
commit25dcd051372f6426b0ca5c73a4be6b8b075a21e7 (patch)
treec59f905bdccc1970e832baaf348b4fcb118aa174
parenta1f224d3f7b43bf2f58917e5045dcc2bdb33964d (diff)
downloadgitlab-ce-25dcd051372f6426b0ca5c73a4be6b8b075a21e7.tar.gz
Fix rebase
-rw-r--r--lib/api/entities.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 171a5da6420..67d2c396b32 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -56,10 +56,6 @@ module API
expose :id
expose :name, :name_with_namespace
expose :path, :path_with_namespace
-
- expose :web_url do |project, options|
- Gitlab::Application.routes.url_helpers.namespace_project_url(project.namespace, project)
- end
end
class Project < Grape::Entity