Sha256: e8d0b23b12a648aa52b5d4d4f0a21c0bc113d7b69035c0dc0972d6f08ce7fb27
Contents?: true
Size: 370 Bytes
Versions: 8
Compression:
Stored size: 370 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] - yellow # * updated_at [datetime, not null] - last update time class Foo < ActiveRecord::Base end
Version data entries
8 entries across 8 versions & 1 rubygems