Start removing static page references.

This commit is contained in:
twconquest
2015-07-28 18:55:10 +00:00
committed by Cesy Avon
parent 7be346d92f
commit 397bfd8bca
3 changed files with 0 additions and 10 deletions

View File

@@ -1,2 +0,0 @@
class PolicyController < ApplicationController
end

View File

@@ -1,2 +0,0 @@
class SupportController < ApplicationController
end

View File

@@ -73,12 +73,6 @@ Growstuff::Application.routes.draw do
get 'auth/:provider/callback' => 'authentications#create'
get '/policy/:action' => 'policy#:action'
get '/support' => 'support#index'
get '/support/:action' => 'support#:action'
get '/about' => 'about#index'
get '/about/:action' => 'about#:action'