Class: ArticleImage

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

Overview

Schema Information

Table name: article_images

id         :integer          not null, primary key
article_id :integer
image_id   :integer
created_at :datetime         not null
updated_at :datetime         not null
position   :string(255)