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