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