Method: Dina::ObjectStore.accepted_types
- Defined in:
- lib/dina/models/object_store/object_store.rb
.accepted_types ⇒ Object
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/dina/models/object_store/object_store.rb', line 53 def self.accepted_types [ "IMAGE", "MOVING_IMAGE", "SOUND", "TEXT", "DATASET", "UNDETERMINED" ] end |