Sha256: 10f01f4d858cdc32292d9fefc6eb54dcb1e8a6f94f1c24f7bd0f4f853e0b2fd7
Contents?: true
Size: 391 Bytes
Versions: 3
Compression:
Stored size: 391 Bytes
Contents
# == Schema Information # # Table name: metatags # # id :integer not null, primary key # name :string(255) # value :string(255) # post_id :integer # created_at :datetime not null # updated_at :datetime not null # class Metatag < ActiveRecord::Base attr_accessible :name, :value, :post_id belongs_to :post # belongs_to :article end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rdcms-1.0.28 | app/models/metatag.rb |
rdcms-1.0.27 | app/models/metatag.rb |
rdcms-1.0.26 | app/models/metatag.rb |