remove unused route

This commit is contained in:
jomo
2015-03-22 23:20:45 +01:00
parent 976799b996
commit f572f13479
2 changed files with 0 additions and 8 deletions

View File

@@ -14,8 +14,4 @@ class StaticsController < ApplicationController
def donate
end
def raise_500
raise "Someone called /raise_500! OMG!"
end
end

View File

@@ -50,9 +50,5 @@ Redstoner::Application.routes.draw do
get 'signup' => 'users#new'
get '/dmca' => redirect('https://www.youtube.com/watch?v=oHg5SJYRHA0')
post 'raise_500' => 'statics#raise_500'
# post 'paypal' => 'paypal#create'
root to: 'statics#index'
end