class Assets::Responder::New

New asset responder

Constants

STATUS

Private Instance Methods

body() click to toggle source

Return body

@return [String]

@api private

# File lib/assets/responder.rb, line 127
def body
  asset.body
end
headers() click to toggle source

Return headers

@return [Hash]

@api private

Calls superclass method
# File lib/assets/responder.rb, line 117
def headers
  super.merge('Content-Type' => content_type)
end