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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -