Method: GeoWorks::GeoFileFormatBehavior#geo_file_format?
- Defined in:
- app/models/concerns/geo_works/geo_file_format_behavior.rb
#geo_file_format? ⇒ Boolean
21 22 23 |
# File 'app/models/concerns/geo_works/geo_file_format_behavior.rb', line 21 def geo_file_format? image_file? || raster_file? || vector_file? || end |