class NewsAttachment < Base::NewsAttachment
  associations_for legacy: true do |a|
    a.belongs_to :document
    a.belongs_to :news_article, keys: :NewsID
  end
end
