Method: Scrivito::Binary#original

Defined in:
app/cms/scrivito/binary.rb

#originalScrivito::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.

Returns:



301
302
303
# File 'app/cms/scrivito/binary.rb', line 301

def original
  @original || self
end