Coding style overhaul for Python files (PEP8 conformant). Removed buggy csstidy pytho...
[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