Method: GeoConcerns::GeoFileFormatBehavior#image_file?
- Defined in:
- app/models/concerns/geo_concerns/geo_file_format_behavior.rb
#image_file? ⇒ Boolean
5 6 7 |
# File 'app/models/concerns/geo_concerns/geo_file_format_behavior.rb', line 5 def image_file? GeoConcerns::ImageFormatService.include?(geo_mime_type) end |