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

Version Path
annotator-0.0.10 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.9 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.8.1 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.8 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.7 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.6 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.5 test/assets/foo_annotated_column_fixed.rb
annotator-0.0.4 test/assets/foo_annotated_column_fixed.rb