|
|
|
@ -127,6 +127,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
|
match 'account/register', :to => 'account#register', :via => [:get, :post], :as => 'register'
|
|
|
|
|
match 'account/lost_password', :to => 'account#lost_password', :via => [:get, :post], :as => 'lost_password'
|
|
|
|
|
match 'account/activate', :to => 'account#activate', :via => :get
|
|
|
|
|
match 'account/valid_ajax', :to => 'account#valid_ajax', :via => :get
|
|
|
|
|
|
|
|
|
|
match '/news/preview', :controller => 'previews', :action => 'news', :as => 'preview_news', :via => [:get, :post, :put]
|
|
|
|
|
match '/issues/preview/new/:project_id', :to => 'previews#issue', :as => 'preview_new_issue', :via => [:get, :post, :put]
|
|
|
|
|