static private Method

AbstractRequest.extract_content_type_without_parameters(content_type_with_parameters)

There's no documentation for this item.

Source Code

# File action_controller/request.rb, line 458
def extract_content_type_without_parameters(content_type_with_parameters)
  $1.strip.downcase if content_type_with_parameters =~ /^([^,\;]*)/
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.