w terminalu pojawia się komunikat:
Started POST “/american.json” for 127.0.0.1 at 2011-07-15 10:17:17 +0200
Processing by AmericanController#index as JSON
Parameters: {“aut”=>“ttt”}
Completed 500 Internal Server Error in 105ms
ma ktoś pomysł jak rozwiązać to?
w pliku asserts/american.js umieściłem kod
$.ajax({
type: “POST”,
url: “american.json”,
data: “aut=ttt”,
dataType: ‘json’,
});