Skip to content

Instantly share code, notes, and snippets.

@almaron
Created April 23, 2015 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almaron/afc6b6033d4da80bc48d to your computer and use it in GitHub Desktop.
Save almaron/afc6b6033d4da80bc48d to your computer and use it in GitHub Desktop.
if @topic.links.detect{|l| l.rel_url == rel_url(params)}.state == 'redirect'
redirect_to @topic.links.detect{|l| l.state == 'main'}.rel_url, status: :moved_permanently
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment