method

prepare!

prepare!()
public

No documentation available.

# File actionpack/lib/action_controller/response.rb, line 38
    def prepare!
      handle_conditional_get!
      convert_content_type!
      set_content_length!
    end