A corporation manager and dashboard for EVE Online
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- Rails.application.routes.draw do
- root 'tools#index'
-
- get '/signup' => 'users#create'
- get '/login' => 'users#login'
-
- get '/admin' => 'admin#index'
- post '/admin' => 'admin#update'
-
- # Example of named route that can be invoked with purchase_url(id: product.id)
- # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
-
- end
|