module Ckeditor::Orm::Mongoid::AssetBase::ClassMethods

def self.extended(base)

def self.extended(base)
  base.class_eval do
    field :data_content_type, type: String
    field :data_file_size, type: Integer
    field :width, type: Integer
    field :height, type: Integer
  end
end