devise - Rails Controller Processing as */* (star slash star) rather than JSON -
i sending http post json data iphone app rails app. sending password reset email devises' password controller. i've set header content-type application/json.
the server log says:
started post "/users/password" 192.168.0.11 @ 2013-05-13 20:04:27 -0700 processing passwordscontroller#create */*
what mean when says "star slash star"? how make process json?
*/*
Comments
Post a Comment