Class: MetaTag

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

Overview

Schema Information

Table name: meta_tags

id            :integer          not null, primary key
name          :string(50)       not null
content       :text
is_dynamic    :boolean          default(FALSE)
taggable_id   :integer          not null
taggable_type :string(50)       not null
created_at    :datetime
updated_at    :datetime