def show @image ||= Image.find(params[:id]) send_data( @image, :type => @profile.content_type, :filename => @profile.filename, :disposition => 'inline' ) end