Merge branch 'issue_im'

Conflicts:
	config/initializers/rails_footnotes.rb
This commit is contained in:
gitlabhq 2011-10-15 20:54:39 +03:00
commit 99777cab2a
18 changed files with 70 additions and 15 deletions

View file

@ -3,7 +3,7 @@ require "grit"
class Project < ActiveRecord::Base
belongs_to :owner, :class_name => "User"
has_many :issues, :dependent => :destroy
has_many :issues, :dependent => :destroy, :order => "position"
has_many :users_projects, :dependent => :destroy
has_many :users, :through => :users_projects
has_many :notes, :dependent => :destroy