Cross Reference: routes.rb
xref
: /
ontohub
/
config
/
routes.rb
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
routes.rb revision c2a43487f95ec97c9e0c2c71641b39465799d0ff
Ontohub
::
Application.routes.draw
do
devise_for
:
users
namespace
:
admin
do
resources
:
users
end
resources
:
ontologies
root
:
to
=>
'home#show'
end