Method: ActiveStorage::Variant#image

Defined in:
activestorage/app/models/active_storage/variant.rb

#imageObject

Returns the receiving variant. Allows ActiveStorage::Variant and ActiveStorage::Preview instances to be used interchangeably.



97
98
99
# File 'activestorage/app/models/active_storage/variant.rb', line 97

def image
  self
end