Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created July 10, 2009 15:24
Show Gist options
  • Select an option

  • Save brandon-beacher/144589 to your computer and use it in GitHub Desktop.

Select an option

Save brandon-beacher/144589 to your computer and use it in GitHub Desktop.
respond_to do |format|
format.html { render not_found_action, :status => :not_found }
format.all { head :not_found }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment