reannotated

This commit is contained in:
Dmitriy Zaporozhets 2013-03-15 15:16:02 +02:00
parent 2a04341fba
commit 21b1fee92c
17 changed files with 56 additions and 49 deletions

View file

@ -9,11 +9,11 @@
# project_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# state :string default(FALSE), not null
# position :integer default(0)
# branch_name :string(255)
# description :text
# milestone_id :integer
# state :string(255)
#
class Issue < ActiveRecord::Base