Sha256: f8e10289bef07137a28f8ab8e576535dec3bcc0b7a1833edd1d9acffc92c83a1
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
# == Schema Information # # Table name: goldencobra_metatags # # id :integer not null, primary key # name :string(255) # value :string(255) # article_id :integer # created_at :datetime not null # updated_at :datetime not null # module Goldencobra class Metatag < ActiveRecord::Base attr_accessible :name, :value, :article_id belongs_to :article end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
goldencobra-1.1.0 | app/models/goldencobra/metatag.rb |
goldencobra-1.0.9.3 | app/models/goldencobra/metatag.rb |