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

@ -7,9 +7,9 @@
# project_id :integer not null
# description :text
# due_date :date
# closed :boolean default(FALSE), not null
# created_at :datetime not null
# updated_at :datetime not null
# state :string(255)
#
class Milestone < ActiveRecord::Base