Skip to content

Instantly share code, notes, and snippets.

@rupurt
Created October 2, 2013 20:59
Show Gist options
  • Save rupurt/6800452 to your computer and use it in GitHub Desktop.
Save rupurt/6800452 to your computer and use it in GitHub Desktop.
Kss custom routes
Kss::Engine.routes.draw do
get '/someurl' => 'controllername#actionname'
root :to => 'home#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment