summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/models/version.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/version.rb b/app/models/version.rb
index c3969fe87..95e6ad5f6 100644
--- a/app/models/version.rb
+++ b/app/models/version.rb
@@ -135,6 +135,10 @@ class Version < ActiveRecord::Base
end
def to_s; name end
+
+ def to_s_with_project
+ "#{project} - #{name}"
+ end
# Versions are sorted by effective_date and "Project Name - Version name"
# Those with no effective_date are at the end, sorted by "Project Name - Version name"