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
Pasted March 04, 200810:50AM EDT
Embed