orbit4-5/app/models/ckeditor/asset.rb

8 lines
180 B
Ruby
Raw Normal View History

2014-05-01 08:44:01 +00:00
class Ckeditor::Asset
include Ckeditor::Orm::Mongoid::AssetBase
delegate :url, :current_path, :size, :content_type, :filename, :to => :data
validates_presence_of :data
end