Sha256: aab66469e44c595ce3a7f8c0b2740565eb432f0857150e605ed3391c45d920bb

Contents?: true

Size: 415 Bytes

Versions: 7

Compression:

Stored size: 415 Bytes

Contents

# Attributes:
# * id [integer, primary, not null] - primary key
# * created_at [datetime, not null] - creation time
# * foo_id [integer] - belongs to :foo
# * poly_id [integer] - belongs to :poly (polymorphic)
# * poly_type [string] - belongs to :poly (polymorphic)
# * updated_at [datetime, not null] - last update time
class Boo < ActiveRecord::Base
  belongs_to :foo
  belongs_to :poly, :polymorphic => true
end

Version data entries

7 entries across 7 versions & 1 rubygems

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