summaryrefslogtreecommitdiff
path: root/app/serializers/tree_root_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/tree_root_entity.rb')
-rw-r--r--app/serializers/tree_root_entity.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/serializers/tree_root_entity.rb b/app/serializers/tree_root_entity.rb
index 69702ae1493..496f070ddbd 100644
--- a/app/serializers/tree_root_entity.rb
+++ b/app/serializers/tree_root_entity.rb
@@ -18,4 +18,8 @@ class TreeRootEntity < Grape::Entity
project_tree_path(request.project, File.join(request.ref, parent_tree_path))
end
+
+ expose :last_commit_path do |tree|
+ logs_file_project_ref_path(request.project, request.ref, tree.path)
+ end
end