Created
June 4, 2020 03:07
-
-
Save drusepth/d4a303933f8b5bfad5bde0d8522f8fcd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ThreddedProxyController < ApplicationController | |
| def topic | |
| topic = Thredded::Topic.find_by(slug: params[:slug]) | |
| redirect_to thredded.messageboard_topic_path( | |
| messageboard_id: topic.messageboard_id, | |
| id: topic.id | |
| ) | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment