Sha256: c1240b727667baa83c2a97ec4aa53a3601674f4be1d0ab26dad1c091a57c21b6
Contents?: true
Size: 366 Bytes
Versions: 8
Compression:
Stored size: 366 Bytes
Contents
# Foo class is very foo # # Attributes(nodoc): # * 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