Method: AssetType.catchall

Defined in:
app/models/asset_type.rb

.catchallObject



192
193
194
# File 'app/models/asset_type.rb', line 192

def self.catchall
  @@default_type ||= find(:other)
end