summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2017-10-25 17:53:23 -0600
committermo <mo.khan@gmail.com>2017-10-25 17:53:23 -0600
commit78ecf4e9c2eb4afd7f81bba10dcdb1f7dbd9bf78 (patch)
tree2681d5dbebe744a9c434835a0501203d0530244d /config
parent6f2b5c37581766a5c98910fc31e8e8c654f28083 (diff)
add service provider metadata.
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8abfd89..ee52476 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,6 +1,7 @@
Rails.application.routes.draw do
get "dashboard", to: "dashboard#show", as: :dashboard
resource :session, only: [:new, :create]
+ resource :metadata, only: [:show]
resources :computers, only: [:index]
root to: "sessions#new"
end