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