Skip to content

Instantly share code, notes, and snippets.

@bqst
Created March 15, 2018 16:21
Show Gist options
  • Save bqst/3181f5fa1f7781f195b90e3e998a729c to your computer and use it in GitHub Desktop.
Save bqst/3181f5fa1f7781f195b90e3e998a729c to your computer and use it in GitHub Desktop.
# app/controllers/posts_controller.rb
def show
@post = Post.friendly.find(params[:id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment