Class: Ckeditor::Asset

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
Orm::ActiveRecord::AssetBase
Defined in:
app/models/ckeditor/asset.rb

Overview

Schema Information

Table name: ckeditor_assets

id                :integer          not null, primary key
data_file_name    :string(255)      not null
data_content_type :string(255)
data_file_size    :integer
assetable_id      :integer
assetable_type    :string(30)
type              :string(30)
width             :integer
height            :integer
created_at        :datetime         not null
updated_at        :datetime         not null

Indexes

idx_ckeditor_assetable       (assetable_type,assetable_id)
idx_ckeditor_assetable_type  (assetable_type,type,assetable_id)

Direct Known Subclasses

AttachmentFile, Picture