diff --git a/config/routes.rb b/config/routes.rb index eedc121..6d342ee 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,7 @@ Rails.application.routes.draw do get "about_us" => 'static_pages#about_us', :as => "about_us" get "help" => 'static_pages#help', :as => "help" + get "roadmap" => 'static_pages#roadmap', :as => "roadmap" get "news" => 'static_pages#news', :as => "news" get "terms" => 'static_pages#termsuse', :as => "terms" get "existing_users" => 'existing_users#index', :as => "existing_users"