Sha256: 909b06414fb871577759fc6c3c66110f715a519ca4d7b48f2d9e860ca6aac8f2
Contents?: true
Size: 361 Bytes
Versions: 8
Compression:
Stored size: 361 Bytes
Contents
# Foo class is very foo # # Attributes: # * id [integer, primary, not null] - primary key # * body [text] - whatever # * created_at [datetime, not null] - creation time # * random_number [integer] - We still haven't found what this actually means, WTF # * title [string] # * updated_at [datetime, not null] - last update time class Foo < ActiveRecord::Base end
Version data entries
8 entries across 8 versions & 1 rubygems