This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.
empty_resource()
Delegate to proper empty resource method
# File actionpack/lib/action_controller/metal/responder.rb, line 280 def empty_resource send("empty_#{format}_resource") end