瀏覽代碼

Destroy now-unused routes

Maarten van den Berg 8 年之前
父節點
當前提交
4396b56f54
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      config/routes.rb

+ 0 - 6
config/routes.rb

@@ -1,9 +1,3 @@
1 1
 Rails.application.routes.draw do
2
-  get 'static_pages/home'
3
-
4
-  get 'static_pages/sign_in'
5
-
6
-  get 'static_pages/sign_up'
7
-
8 2
   # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
9 3
 end