add hcard url_helper
This commit is contained in:
parent
8041c2e18d
commit
39e9060db2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ DiasporaFederation::Engine.routes.draw do
|
||||||
end
|
end
|
||||||
|
|
||||||
controller :h_card do
|
controller :h_card do
|
||||||
get "hcard/users/:guid" => :hcard
|
get "hcard/users/:guid" => :hcard, :as => "hcard"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue