Update syntax to match Rails `content_mime_type`
This commit is contained in:
Родитель
4a60b3d1e0
Коммит
c7ab6e21cd
|
@ -66,7 +66,7 @@ module Chatops
|
|||
|
||||
def json_body
|
||||
hash = {}
|
||||
if request.content_type =~ %r/\Aapplication\/json\Z/i
|
||||
if request.content_mime_type == Mime[:json]
|
||||
hash = ActiveSupport::JSON.decode(request.raw_post) || {}
|
||||
end
|
||||
hash.with_indifferent_access
|
||||
|
|
Загрузка…
Ссылка в новой задаче