Procházet zdrojové kódy

Destroy now-unused routes

Maarten van den Berg %!s(int64=8) %!d(string=před) roky
rodič
revize
4396b56f54
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  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