Sha256: c4b30ce387778dc091a6f68709ea9af5134c049b0b353cbefc1379b8f8f79214
Contents?: true
Size: 298 Bytes
Versions: 21
Compression:
Stored size: 298 Bytes
Contents
class IssueSchemaChild < CassandraObject::BaseSchema string :id string :description string :title float :field belongs_to :issue_schema_father string :issue_schema_father_id validates :title, presence: true self.keys = '(id)' def self.for_key key where_ids(key) end end
Version data entries
21 entries across 21 versions & 1 rubygems