Sha256: c97e8d1bff6b9c2c4501eebe1cba7802508a60a1db456fcd8a7ab87971dd1527
Contents?: true
Size: 172 Bytes
Versions: 18
Compression:
Stored size: 172 Bytes
Contents
class Issue < Superstore::Base string :description string :title before_create { self.description ||= 'funny' } def self.for_key key where_ids(key) end end
Version data entries
18 entries across 18 versions & 1 rubygems