Class: Ckeditor::PictureDecorator
- Inherits:
-
AssetDecorator
- Object
- Draper::Decorator
- Georgia::ApplicationDecorator
- AssetDecorator
- Ckeditor::PictureDecorator
- Defined in:
- app/decorators/ckeditor/picture_decorator.rb
Instance Method Summary collapse
Methods inherited from AssetDecorator
#filename_truncated, #list_all_tags
Instance Method Details
#filesize ⇒ Object
4 5 6 |
# File 'app/decorators/ckeditor/picture_decorator.rb', line 4 def filesize h.number_to_human_size(size) end |