ability to attach branch to issue
This commit is contained in:
parent
b4c40c212c
commit
ee2d3de1a6
7 changed files with 149 additions and 48 deletions
|
@ -15,6 +15,11 @@ class Issue < ActiveRecord::Base
|
|||
:to => :author,
|
||||
:prefix => true
|
||||
|
||||
delegate :name,
|
||||
:email,
|
||||
:to => :assignee,
|
||||
:prefix => true
|
||||
|
||||
validates :title,
|
||||
:presence => true,
|
||||
:length => { :within => 0..255 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue