Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
def show @image ||= Image.find(params[:id]) send_data( @image, :type => @profile.content_type, :filename => @profile.filename, :disposition => 'inline' ) end
From the Design Piracy series on my blog: