Sha256: d91736b9313cbe9cee1ff743b3500f935ec70159071c033af15b924be96e55d3
Contents?: true
Size: 289 Bytes
Versions: 8
Compression:
Stored size: 289 Bytes
Contents
# Attributes: # * id [integer, primary, not null] - primary key # * body [text] # * created_at [datetime, not null] - creation time # * random_number [integer] - TODO: document me # * 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