Skip to content

Instantly share code, notes, and snippets.

@Schwad
Created September 5, 2017 13:21
Show Gist options
  • Save Schwad/2c93aabc5a94dfc57b5e3a41f012b91e to your computer and use it in GitHub Desktop.
Save Schwad/2c93aabc5a94dfc57b5e3a41f012b91e to your computer and use it in GitHub Desktop.
def show
@book = Book.find(params[:id])
render 'unexpected'
end
#=> Rendering books/unexpected.html.haml within layouts/application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment