Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F2570370
routes.rb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jun 10, 7:33 PM
Size
527 B
Mime Type
text/plain
Expires
Fri, Jun 12, 7:33 PM (1 h, 13 m)
Engine
blob
Format
Raw Data
Handle
398805
Attached To
rARCHIVING archiving
routes.rb
View Options
Rails
.
application
.
routes
.
draw
do
resources
:clients
,
only
:
[
:index
,
:show
]
resources
:hosts
,
only
:
[
:new
,
:create
,
:show
,
:edit
,
:update
,
:destroy
]
do
member
do
post
:submit_config
end
resources
:jobs
,
only
:
[
:new
,
:create
,
:show
,
:edit
,
:update
,
:destroy
]
do
member
do
patch
:toggle_enable
end
end
resources
:filesets
,
only
:
[
:show
,
:new
,
:create
,
:destroy
]
resources
:schedules
,
only
:
[
:show
,
:new
,
:edit
,
:create
,
:update
,
:destroy
]
end
root
'clients#index'
end
Event Timeline
Log In to Comment