Sha256: b168ac881c542957478f3dff5ec4854d97332a27e86ba06908f70348bca967a5

Contents?: true

Size: 369 Bytes

Versions: 5

Compression:

Stored size: 369 Bytes

Contents

# Some existing stupid comment

# 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
module Moo
  class Hoo < ActiveRecord::Base
    self.table_name = 'foos'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
annotator-0.0.10 test/assets/moo_hoo_annotated.rb
annotator-0.0.9 test/assets/moo_hoo_annotated.rb
annotator-0.0.8.1 test/assets/moo_hoo_annotated.rb
annotator-0.0.8 test/assets/moo_hoo_annotated.rb
annotator-0.0.7 test/assets/moo_hoo_annotated.rb