Method: GeoWorks::GeoFileFormatBehavior#image_file?

Defined in:
app/models/concerns/geo_works/geo_file_format_behavior.rb

#image_file?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'app/models/concerns/geo_works/geo_file_format_behavior.rb', line 5

def image_file?
  GeoWorks::ImageFormatService.include?(geo_mime_type)
end