diff --git a/app/controllers/static_pages_controller.rb b/app/controllers/static_pages_controller.rb index 8e0f2b5..3bd34cf 100644 --- a/app/controllers/static_pages_controller.rb +++ b/app/controllers/static_pages_controller.rb @@ -14,9 +14,6 @@ def contact_us end - def roadmap - end - def privacy end diff --git a/config/routes.rb b/config/routes.rb index 390ff1a..baa9f38 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -50,7 +50,6 @@ root :to => 'home#index' get "about_us" => 'static_pages#about_us' get "help" => 'static_pages#help' - get "roadmap" => 'static_pages#roadmap' get "terms" => 'static_pages#termsuse' get "privacy" => 'static_pages#privacy' get "public_plans" => 'public_pages#plan_index'