Method: Scrivito::Binary#original
- Defined in:
- app/cms/scrivito/binary.rb
#original ⇒ Scrivito::Binary
Returns the original version of a transformed binary.
If a binary is the result of a transformation, the original version of the binary is returned. Otherwise self
.
301 302 303 |
# File 'app/cms/scrivito/binary.rb', line 301 def original @original || self end |