Sha256: a0d60abc9f3021135987f2af8fda66b8288bfa64e027cfbfffccd6295710994e

Contents?: true

Size: 368 Bytes

Versions: 2

Compression:

Stored size: 368 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
# Some existing stupid comment
module Moo
  class Hoo < ActiveRecord::Base
    self.table_name = 'foos'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
annotator-0.0.6 test/assets/moo_hoo_annotated.rb
annotator-0.0.5 test/assets/moo_hoo_annotated.rb