Class: Article

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

Overview

Schema Information

Table name: articles

id             :integer          not null, primary key
title          :string           default(""), not null
content        :text
category       :string           default(""), not null
status         :integer          default(0), not null
file_fj        :string
manager_id     :integer
created_at     :datetime         not null
updated_at     :datetime         not null
source         :string           default(""), not null
slideshow      :integer          default(0), not null
file_image     :string
file_thumbnail :string
rank           :integer          default(0), not null
page           :string           default(""), not null
direction      :string           default(""), not null