Method: AssetType.other_condition
- Defined in:
- app/models/asset_type.rb
.other_condition ⇒ Object
236 237 238 |
# File 'app/models/asset_type.rb', line 236 def self.other_condition ["NOT asset_content_type IN (#{known_mimetypes.map { '?' }.join(',')})", *known_mimetypes] end |