method

content_type

rails latest stable - Class: ActionController::Metal

Method not available on this version

This method is only available on newer versions. The first available version (v3.0.0) is shown here.

content_type()
public

No documentation available.

# File actionpack/lib/action_controller/metal.rb, line 103
    def content_type
      headers["Content-Type"]
    end