[#4391] Add the Deliverable title as an issue column.

This commit is contained in:
Eric Davis
2010-08-12 10:36:01 -07:00
parent 8906639273
commit b83696f49a
3 changed files with 7 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ module RedmineContracts
base.class_eval do
unloadable
belongs_to :deliverable
delegate :title, :to => :deliverable, :prefix => true, :allow_nil => true
end
end