Skip to content

Instantly share code, notes, and snippets.

@dbarrionuevo
Created November 18, 2013 15:29
Show Gist options
  • Save dbarrionuevo/7529676 to your computer and use it in GitHub Desktop.
Save dbarrionuevo/7529676 to your computer and use it in GitHub Desktop.
# app/controllers/videos_controller.rb
def destroy
video = Video.find params[:id]
video.destroy if video
render :nothing => true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment