Class: Metatag

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/metatag.rb

Overview

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