fnp
/
redakcja_redmine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* Poprawki w redmine.
[redakcja_redmine.git]
/
app
/
models
/
publication.rb
diff --git
a/app/models/publication.rb
b/app/models/publication.rb
index
b0e567d
..
1544402
100644
(file)
--- a/
app/models/publication.rb
+++ b/
app/models/publication.rb
@@
-1,3
+1,4
@@
class Publication < ActiveRecord::Base
has_many :issues, :through => :issuepublications
+ belongs_to :repository
end