fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
15444023ca9e05f1b0f696abc3c9ee1e92ac1bfc
[redakcja.git]
/
redmine
/
redmine_publications
/
app
/
models
/
publication.rb
1
class Publication < ActiveRecord::Base
2
has_many :issues, :through => :issuepublications
3
belongs_to :repository
4
end