Skip to content

Instantly share code, notes, and snippets.

@thesunwave
Created October 27, 2014 11:34
Show Gist options
  • Save thesunwave/9ff6c2ffdaca6055ff48 to your computer and use it in GitHub Desktop.
Save thesunwave/9ff6c2ffdaca6055ff48 to your computer and use it in GitHub Desktop.
Ws42::Application.routes.draw do
# Root route
root to: "public#index"
#Routes
match "/about", to: "public#about", via: "get"
#Auth routes
devise_for :users
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment