Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F425252
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
Fri, Apr 4, 2:26 AM
Size
730 B
Mime Type
text/x-diff
Expires
Sun, Apr 6, 2:26 AM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
204863
Attached To
rWEBDNS WebDNS (edet4)
View Options
diff --git a/config/routes.rb b/config/routes.rb
index bcf2ad8..2aa282a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,16 +1,16 @@
Rails.application.routes.draw do
- get '/', to: redirect('/domains')
+ root to: redirect('/domains')
resources :domains do
resources :records, except: [:index, :show] do
# Reuse records#update instead of introducing new controller actions
#
# rubocop:disable Style/AlignHash
put :disable, to: 'records#update', on: :member,
defaults: { record: { disabled: true } }
put :enable, to: 'records#update', on: :member,
defaults: { record: { disabled: false } }
# rubocop:enable Style/AlignHash
end
end
end
Event Timeline
Log In to Comment