Redmine locale fix. Some RAL tweaks. Added line numbers to code-mirror.
[redakcja_redmine.git] / app / models / issue_publication.rb
1 class IssuePublication < ActiveRecord::Base
2   belongs_to :publication
3   belongs_to :issue
4 end