Sha256: 1147b601f991d6ab22dd985ba11c8441be71f7251802ff26e585a1dba7fb98ff

Contents?: true

Size: 445 Bytes

Versions: 3

Compression:

Stored size: 445 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 < 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.7.1 app/models/rails_connector/object_with_meta_data.rb
infopark_rails_connector_meta-1.7.0 app/models/rails_connector/object_with_meta_data.rb
infopark_rails_connector_meta-1.6.3 lib/meta/object_with_meta_data.rb