Sha256: 30e799351194164fb22c3519098027a883699183f23f43d93795efdec6ddfec2

Contents?: true

Size: 210 Bytes

Versions: 12

Compression:

Stored size: 210 Bytes

Contents

class TimelineEvent < ActiveRecord::Base
  belongs_to :actor,              :polymorphic => true
  belongs_to :subject,            :polymorphic => true
  belongs_to :secondary_subject,  :polymorphic => true
end

Version data entries

12 entries across 12 versions & 7 rubygems

Version Path
timeline_fu_fu-0.5 generators/timeline_fu/templates/model.rb
giraffesoft-timeline_fu-0.1.1 generators/timeline_fu/templates/model.rb
giraffesoft-timeline_fu-0.2.0 generators/timeline_fu/templates/model.rb
giraffesoft-timeline_fu-0.3.0 generators/timeline_fu/templates/model.rb
mcfearsome-timeline_fu-0.1.2 generators/timeline_fu/templates/model.rb
mcfearsome-timeline_fu-0.2.0 generators/timeline_fu/templates/model.rb
mifix-timeline_fu-0.2.0 generators/timeline_fu/templates/model.rb
seamusabshere-timeline_fu-0.1.1 generators/timeline_fu/templates/model.rb
seamusabshere-timeline_fu-0.1.2 generators/timeline_fu/templates/model.rb
seamusabshere-timeline_fu-0.1.3 generators/timeline_fu/templates/model.rb
notification_fu-0.4.0 generators/notification_fu/templates/model.rb
timeline_fu-0.3.0 generators/timeline_fu/templates/model.rb