add hcard url_helper

This commit is contained in:
Benjamin Neff 2015-06-28 16:34:01 +02:00
parent 8041c2e18d
commit 39e9060db2

View file

@ -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