@@ -320,12 +320,12 Rails.application.routes.draw do | |||||
320 | get 'mail_handler', :to => 'mail_handler#new' |
|
320 | get 'mail_handler', :to => 'mail_handler#new' | |
321 | post 'mail_handler', :to => 'mail_handler#index' |
|
321 | post 'mail_handler', :to => 'mail_handler#index' | |
322 |
|
322 | |||
323 | match 'admin', :controller => 'admin', :action => 'index', :via => :get |
|
323 | get 'admin', :to => 'admin#index' | |
324 |
|
|
324 | get 'admin/projects', :to => 'admin#projects' | |
325 |
|
|
325 | get 'admin/plugins', :to => 'admin#plugins' | |
326 |
|
|
326 | get 'admin/info', :to => 'admin#info' | |
327 |
|
|
327 | post 'admin/test_email', :to => 'admin#test_email' | |
328 |
|
|
328 | post 'admin/default_configuration', :to => 'admin#default_configuration' | |
329 |
|
329 | |||
330 | resources :auth_sources do |
|
330 | resources :auth_sources do | |
331 | member do |
|
331 | member do |
General Comments 0
You need to be logged in to leave comments.
Login now