Issue Labels: Edit, show, index + filter
This commit is contained in:
parent
4c1f435ab7
commit
1b1e77c728
12 changed files with 93 additions and 29 deletions
|
@ -1,6 +1,8 @@
|
|||
class Issue < ActiveRecord::Base
|
||||
include Upvote
|
||||
|
||||
acts_as_taggable_on :labels
|
||||
|
||||
belongs_to :project
|
||||
belongs_to :milestone
|
||||
belongs_to :author, :class_name => "User"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue