Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 2, 2011 05:51
Show Gist options
  • Select an option

  • Save meltzerj/899270 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/899270 to your computer and use it in GitHub Desktop.
def destroy
@topicable = Topicable.find(params[:id])
@topicable.destroy
respond_to do |format|
format.html {redirect_to :back}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment