Skip to content

Configuration

addFormat()

addFormat() — returns void

Available in: controller, model, mapper, migrator, migration, tabledefinition Category: Miscellaneous Functions

Adds a new MIME type to your Wheels application for use with responding to multiple formats.

NameTypeRequiredDefaultDescription
extensionstringyesFile extension to add.
mimeTypestringyesMatching MIME type to associate with the file extension.