From eebd00ba4692a6a285c9807705331ab924ce225f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 6 Mar 2014 18:55:51 -0500 Subject: routes: make server a single resource --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index fc9d45a..580ec72 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,7 +21,7 @@ Leaguer::Application.routes.draw do end end - resources :servers + resource :server, only: [:show, :edit, :update] root to: 'static#homepage' -- cgit v1.2.3