Method: ActiveStorage::Variant#image
- Defined in:
- activestorage/app/models/active_storage/variant.rb
#image ⇒ Object
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 |