Sha256: bd62008b3a45ca3a09f8cb50885d95c57a7e6fdfd0828fd01e4dfb6a5ff29d6a
Contents?: true
Size: 459 Bytes
Versions: 8
Compression:
Stored size: 459 Bytes
Contents
# Attributes: # * id [integer, primary, not null] - primary key # * boo_id [integer] - TODO: document me # * created_at [datetime, not null] - creation time # * foo_id [integer] - my handcrafted description # * poly_id [integer] - TODO: document me # * poly_type [string] - TODO: document me # * updated_at [datetime, not null] - last update time class Roo < ActiveRecord::Base belongs_to :boo belongs_to :poly, :polymorphic => true belongs_to :foo end
Version data entries
8 entries across 4 versions & 1 rubygems