Sha256: e303eeaef0ac1a83efb8f0dd862c9fd3db4c6ace49621e323c16f4a935508d1b
Contents?: true
Size: 351 Bytes
Versions: 19
Compression:
Stored size: 351 Bytes
Contents
class EricWeixin::ArticleNews < ActiveRecord::Base self.table_name = 'weixin_article_news' belongs_to :weixin_article, :class_name => '::EricWeixin::Article', :foreign_key => 'weixin_article_id' belongs_to :weixin_newses, :class_name => '::EricWeixin::News', :foreign_key => 'weixin_news_id' accepts_nested_attributes_for :weixin_newses end
Version data entries
19 entries across 19 versions & 1 rubygems