diff --git a/config/routes.rb b/config/routes.rb index 43d9109..75ee044 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -10,6 +10,6 @@ DiasporaFederation::Engine.routes.draw do end controller :h_card do - get "hcard/users/:guid" => :hcard + get "hcard/users/:guid" => :hcard, :as => "hcard" end end