Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created October 11, 2016 12:55
Show Gist options
  • Save NetguruGist/09fc093f75af409f8b8f62caf36efc63 to your computer and use it in GitHub Desktop.
Save NetguruGist/09fc093f75af409f8b8f62caf36efc63 to your computer and use it in GitHub Desktop.
performance_post_7.rb
class PostsController < ApplicationController
def destroy
@post = Post.find(params[:id]).destroy
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment