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,14 +9,14 @@
# author_id :integer
# assignee_id :integer
# title :string(255)
# state :string(255) not null
# created_at :datetime not null
# updated_at :datetime not null
# st_commits :text(2147483647)
# st_diffs :text(2147483647)
# merge_status :integer default(1), not null
#
# milestone_id :integer
# state :string(255)
# merge_status :string(255)
#
require Rails.root.join("app/models/commit")
require Rails.root.join("lib/static_model")