Skip to content

Instantly share code, notes, and snippets.

@vincentpaca
Created November 10, 2011 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincentpaca/1354532 to your computer and use it in GitHub Desktop.
Save vincentpaca/1354532 to your computer and use it in GitHub Desktop.
Mime Types w/ Multiple aliases
Mime::Type.register_alias "text/html", :mobile
Mime::Type.register_alias "text/html", :iPad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment