Removed unnecessary string interpolation

pull/2505/head
Alexander Bach 10 years ago
parent 38c598bc5e
commit 1e27f6c46f
  1. 2
      lib/api/v3/categories/category_representer.rb

@ -51,7 +51,7 @@ module API
link :user do
{
href: api_v3_paths.user(represented.assigned_to.id),
title: "#{represented.assigned_to.name} - #{represented.assigned_to.login}"
title: represented.assigned_to.name
} if represented.assigned_to
end

Loading…
Cancel
Save