Hi,
I’m just practising ROR creating short applications.I tried to test the
console for my sample application and get a different return code from
the code its mentioned in the textbook…
here is the code
$script console
Loading dev…
app.get “/slides”
=> 200app.request.path_parameters
=>{action"=>"index, “controller”=>“slides”}app.get “/slides/1”
404
where I’m supposed to get 200 in the last line of above code.
Any help would be appreciated…
Raghu