Sha256: a8d65ff041c19ba6a5672b0914f693dab726987f4f595c6371e695e805b39e37

Contents?: true

Size: 418 Bytes

Versions: 3

Compression:

Stored size: 418 Bytes

Contents

module RailsConnector

  # This class allows us to read out the version and
  # the reminder information of an Obj
  class ObjectWithMetaData < RailsConnector::InfoparkBase #: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

3 entries across 3 versions & 1 rubygems

Version Path
infopark_rails_connector_meta-1.6.1 lib/meta/object_with_meta_data.rb
infopark_rails_connector_meta-1.5.2 lib/meta/object_with_meta_data.rb
infopark_rails_connector_meta-1.5.1 lib/meta/object_with_meta_data.rb