Skip to content

Instantly share code, notes, and snippets.

@drusepth
Created June 4, 2020 03:07
Show Gist options
  • Select an option

  • Save drusepth/d4a303933f8b5bfad5bde0d8522f8fcd to your computer and use it in GitHub Desktop.

Select an option

Save drusepth/d4a303933f8b5bfad5bde0d8522f8fcd to your computer and use it in GitHub Desktop.
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