Sha256: 023c9ef2c3f202bbe7164ec92529bb8360dafcf311868d4291db02509b5c4bbc
Contents?: true
Size: 340 Bytes
Versions: 6
Compression:
Stored size: 340 Bytes
Contents
module RailsConnector # The CMS news object # # This class models the join table between channels and objects. # Instances of this class also hold information about validity range. class News < CmsBaseModel self.primary_key = "news_id" belongs_to :object, :class_name => 'Obj', :foreign_key => 'object_id' end end
Version data entries
6 entries across 6 versions & 1 rubygems