Module: Ckeditor::Orm::Mongoid::AssetBase::InstanceMethods
- Defined in:
- lib/ckeditor/orm/mongoid.rb
Instance Method Summary collapse
Instance Method Details
#as_json_methods ⇒ Object
21 22 23 |
# File 'lib/ckeditor/orm/mongoid.rb', line 21 def as_json_methods [:id, :type] + super end |
#type ⇒ Object
17 18 19 |
# File 'lib/ckeditor/orm/mongoid.rb', line 17 def type _type end |