Class: Ckeditor::Picture

Inherits:
Asset
  • Object
show all
Defined in:
lib/generators/ckeditor/templates/models/mongoid/paperclip/ckeditor/picture.rb,
lib/generators/ckeditor/templates/models/mongoid/carrierwave/ckeditor/picture.rb,
lib/generators/ckeditor/templates/models/active_record/paperclip/ckeditor/picture.rb,
lib/generators/ckeditor/templates/models/active_record/carrierwave/ckeditor/picture.rb

Instance Method Summary collapse

Methods included from Orm::ActiveRecord::AssetBase

included

Methods included from Backend::Paperclip

included

Methods included from Orm::Mongoid::AssetBase

included

Instance Method Details

#url_contentObject



10
11
12
# File 'lib/generators/ckeditor/templates/models/mongoid/paperclip/ckeditor/picture.rb', line 10

def url_content
  url(:content)
end