Sha256: 33b222739634c3ccaced15a9818a3f39a1971ed216017d2bf433c86c7fc86bc2
Contents?: true
Size: 218 Bytes
Versions: 21
Compression:
Stored size: 218 Bytes
Contents
class Issue < CassandraObject::BaseSchemaless string :description string :title before_create { self.description ||= 'funny' } self.allow_filtering = true def self.for_key key where_ids(key) end end
Version data entries
21 entries across 21 versions & 1 rubygems