|
|
@ -652,6 +652,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
post 'words/append', :to => 'words#append'
|
|
|
|
post 'words/append', :to => 'words#append'
|
|
|
|
post 'words/create_reply', :to => 'words#create_reply'
|
|
|
|
post 'words/create_reply', :to => 'words#create_reply'
|
|
|
|
delete 'words/destroy', :to => 'words#destroy'
|
|
|
|
delete 'words/destroy', :to => 'words#destroy'
|
|
|
|
|
|
|
|
delete 'words/destroyJournal', :to => 'words#destroyJournal'
|
|
|
|
get 'words/more', :to => 'words#more'
|
|
|
|
get 'words/more', :to => 'words#more'
|
|
|
|
get 'words/back', :to=> 'words#back'
|
|
|
|
get 'words/back', :to=> 'words#back'
|
|
|
|
get 'words/destroyJournal', :to => 'words#destroyJournal'
|
|
|
|
get 'words/destroyJournal', :to => 'words#destroyJournal'
|
|
|
|