Sha256: 911a934cc08fc5695e0a21d2d0c0222a150730ddae41df5ccbb7c0225b7f9a60
Contents?: true
Size: 346 Bytes
Versions: 20
Compression:
Stored size: 346 Bytes
Contents
class RedactorRails::Document < RedactorRails::Asset mount_uploader :data, RedactorRailsDocumentUploader, :mount_on => :data_file_name def url_content url(:content) end def thumb # Could theoretically provide an icon set here # to match against the extensions # but for now it's nil to address the bug nil end end
Version data entries
20 entries across 20 versions & 5 rubygems