Archived
remove unused route
This commit is contained in:
@@ -14,8 +14,4 @@ class StaticsController < ApplicationController
|
|||||||
def donate
|
def donate
|
||||||
end
|
end
|
||||||
|
|
||||||
def raise_500
|
|
||||||
raise "Someone called /raise_500! OMG!"
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -50,9 +50,5 @@ Redstoner::Application.routes.draw do
|
|||||||
get 'signup' => 'users#new'
|
get 'signup' => 'users#new'
|
||||||
get '/dmca' => redirect('https://www.youtube.com/watch?v=oHg5SJYRHA0')
|
get '/dmca' => redirect('https://www.youtube.com/watch?v=oHg5SJYRHA0')
|
||||||
|
|
||||||
post 'raise_500' => 'statics#raise_500'
|
|
||||||
|
|
||||||
# post 'paypal' => 'paypal#create'
|
|
||||||
|
|
||||||
root to: 'statics#index'
|
root to: 'statics#index'
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user