No need for this variable.

This commit is contained in:
Connor Shea 2016-09-12 14:23:32 -06:00
parent b12b724378
commit 8b6bbc866d
1 changed files with 1 additions and 6 deletions

View File

@ -13,10 +13,5 @@ Mime::Type.register "video/mp4", :mp4, [], [:m4v, :mov]
Mime::Type.register "video/webm", :webm
Mime::Type.register "video/ogg", :ogv
json_mime_types = %w(
application/vnd.git-lfs+json
application/json
)
Mime::Type.unregister :json
Mime::Type.register 'application/json', :json, json_mime_types
Mime::Type.register 'application/json', :json, %w(application/vnd.git-lfs+json application/json)