Sha256: 83288c48489dce8b444806e9c271e8ccde1a69b7002be51956f7005d157b2377

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

# -*- encoding : utf-8 -*-
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

1 entries across 1 versions & 1 rubygems

Version Path
infopark_fiona_connector-7.0.1.5.2.3.rc4 lib/rails_connector/object_with_meta_data.rb