Skip to content

Instantly share code, notes, and snippets.

@eri-b
Created September 1, 2019 14:17
Show Gist options
  • Save eri-b/76feddb9fd525831ab2457dc4d3df8e3 to your computer and use it in GitHub Desktop.
Save eri-b/76feddb9fd525831ab2457dc4d3df8e3 to your computer and use it in GitHub Desktop.
def home
@slug = ('a'..'z').to_a.shuffle[0,8].join
redirect_to main_path(@slug)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment