Sha256: 57916b12bb8ea1722c68a48bfb35fdc0b3324dd3fd84e7d2bc7ab7f2ed514a8d
Contents?: true
Size: 398 Bytes
Versions: 11
Compression:
Stored size: 398 Bytes
Contents
module RailsConnector # This class allows us to read out the version and # the reminder information of an Obj class ObjectWithMetaData < CmsBaseModel #:nodoc: # If we name the class Object, conflicts with the plain Ruby # objects inside the RailsConnector will occur. def self.table_name "#{table_name_prefix}" "objects" end self.primary_key = :object_id end end
Version data entries
11 entries across 11 versions & 1 rubygems