Skip to content

Instantly share code, notes, and snippets.

@Tyralion
Created March 15, 2016 08:19
Show Gist options
  • Select an option

  • Save Tyralion/ec05cf900acf092e94ff to your computer and use it in GitHub Desktop.

Select an option

Save Tyralion/ec05cf900acf092e94ff to your computer and use it in GitHub Desktop.
if @program.archived? && !request.path.match(/archive/).present?
redirect_to @program.is_videoblog? ? \
archived_videoblogs_path(@program) : \
archived_programs_path(@program), status: :moved_permanently
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment