Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
##controller action def destroy @email = Email.find(params[:id]) if @email.destroy flash[:notice] = @presenter.notify("warning", "Success!", "Email was deleted.") respond_to do |format| format.js do render :update do |page| page.visual_effect :fade, "email_row_#{@email.id}" end end end end end ##caller <td><%= button_to_function 'Delete', formatted_admin_email_path(email, :js), :method => :delete %></td>
This paste will be private.
From the Design Piracy series on my blog: