galetahub/ckeditor

View on GitHub
lib/generators/ckeditor/templates/mongoid/shrine/ckeditor/asset.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Ckeditor::Asset
  include Ckeditor::Orm::Mongoid::AssetBase
  include Ckeditor::Backend::Shrine

  field :data_data, type: Hash
end