mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 19:24:10 +08:00
adds hounds suggestions on improving the code
This commit is contained in:
parent
77a6a99513
commit
c3f46d4877
1 changed files with 8 additions and 4 deletions
|
@ -33,11 +33,15 @@ Rails.application.routes.draw do
|
|||
post '/change_email', to: 'users#change_email'
|
||||
post '/change_password', to: 'users#change_password'
|
||||
post '/change_timezone', to: 'users#change_timezone'
|
||||
post '/change_assignements_notification', to: 'users#change_assignements_notification'
|
||||
post '/change_assignements_notification_email', to: 'users#change_assignements_notification_email'
|
||||
post '/change_assignements_notification',
|
||||
to: 'users#change_assignements_notification'
|
||||
post '/change_assignements_notification_email',
|
||||
to: 'users#change_assignements_notification_email'
|
||||
post '/change_recent_notification', to: 'users#change_recent_notification'
|
||||
post '/change_recent_notification_email', to: 'users#change_recent_notification_email'
|
||||
post '/change_system_notification_email', to: 'users#change_system_notification_email'
|
||||
post '/change_recent_notification_email',
|
||||
to: 'users#change_recent_notification_email'
|
||||
post '/change_system_notification_email',
|
||||
to: 'users#change_system_notification_email'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue