Displaying 1 result from an estimated 1 matches for "partner_rate".
Did you mean:
partner_name
2012 Mar 26
3
render :json not sending any data back ...
...e'').val(result)
in the controller , I am correctly receiving the js call
Started GET "/backoffice/expenses/rate?project_id=7&code=1
Processing by Backoffice::ExpensesController#rate as JSON
..
Completed 200 OK in 2004ms (Views: 0.5ms | ActiveRecord: 2.6ms)
in my controller
def partner_rate
...
@rate = "10.00"
render :json => @rate # for testing purpose only
end
and the alert result is not displayed , what am I missing here ?
thanks for your feedback
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&qu...