Sha256: 93fefc1417a4434766f614348f06dba8e8e55607a98c246f7baa5c2bf445827c

Contents?: true

Size: 108 Bytes

Versions: 6

Compression:

Stored size: 108 Bytes

Contents

class Issue < CassandraObject::Base
  string :description
  before_save { self.description ||= 'funny' }
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gotime-cassandra_object-3.0.5 test/support/issue.rb
gotime-cassandra_object-3.0.4 test/support/issue.rb
gotime-cassandra_object-3.0.3 test/support/issue.rb
gotime-cassandra_object-3.0.2 test/support/issue.rb
gotime-cassandra_object-3.0.1 test/support/issue.rb
gotime-cassandra_object-3.0.0 test/support/issue.rb