Skip to content

Instantly share code, notes, and snippets.

@Parashar-xx
Created January 21, 2011 10:21
Show Gist options
  • Save Parashar-xx/789506 to your computer and use it in GitHub Desktop.
Save Parashar-xx/789506 to your computer and use it in GitHub Desktop.
destroy method
def destroy
@club_delete=Club.find(params[:id]).inspect
@club_delete.destroy
redirect_to :action => 'list'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment