Sha256: 61808713763e0c35fb3d71e127f0bf2338905fa9bcad0addb77cad7d843866bc
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
# == Schema Information # # Table name: article_widgets # # id :integer not null, primary key # article_id :integer # widget_id :integer # created_at :datetime not null # updated_at :datetime not null # class ArticleWidget < ActiveRecord::Base belongs_to :article belongs_to :widget end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rdcms-1.0.28 | app/models/article_widget.rb |
rdcms-1.0.27 | app/models/article_widget.rb |
rdcms-1.0.26 | app/models/article_widget.rb |