Refactor API JSON filter

This commit is contained in:
Thibault Jouan 2015-05-03 18:10:34 +00:00
parent 3cb48b524b
commit fe22556f93

View File

@ -37,9 +37,8 @@ module API
end
def json_filter!
if request.format != :json
return if request.format.json?
head :not_acceptable, content_type: 'application/json'
end
end
end
end