Class: Ckeditor::Picture
- Inherits:
-
Asset
- Object
- Asset
- Ckeditor::Picture
- Defined in:
- app/models/ckeditor/picture.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
updated_at :datetime
Instance Method Summary collapse
Instance Method Details
#url_content ⇒ Object
21 22 23 |
# File 'app/models/ckeditor/picture.rb', line 21 def url_content url(:content) end |