From df87da29b7e69c52020a82793d78e5752907d829 Mon Sep 17 00:00:00 2001 From: Christopher Hopkins Date: Sat, 22 Feb 2014 12:46:07 -0500 Subject: [PATCH] route type --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index cf0cdbe..472c7a5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,7 @@ Dashboard::Application.routes.draw do root "dashboard#index" - namespace :api, path: "", contraints: { subdomain: "api" } do + namespace :api, path: "", constraints: { subdomain: "api" } do namespace :v0 do resources :users resources :sleeps