Hi,
As a follow up for this question http://stackoverflow.com/questions/968799/returning-from-rails-controller how can I return false. I need to call the controller function to check for an ID.
If the ID exists I need to return true.
else return false
to return true, I am using : {render :nothing => true, :status => :ok}
thank you