Sha256: c933644e5e21474ac0dbbced236028b05a818286f215ed96f25ee725640f8cd6
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
# Attributes: # * id [integer, primary, not null] - primary key # * created_at [datetime, not null] - creation time # * foo_id [integer] - belongs to Foo # * updated_at [datetime, not null] - last update time class Boo < ActiveRecord::Base belongs_to :foo end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
annotator-0.0.4 | test/assets/boo_annotated.rb |