|
|
@ -652,6 +652,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
delete 'words/destroy', :to => 'words#destroy'
|
|
|
|
delete 'words/destroy', :to => 'words#destroy'
|
|
|
|
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'
|
|
|
|
############## fq
|
|
|
|
############## fq
|
|
|
|
post 'calls/create', :to => 'bids#create'
|
|
|
|
post 'calls/create', :to => 'bids#create'
|
|
|
|
delete 'calls/destroy', :to => 'bids#destroy'
|
|
|
|
delete 'calls/destroy', :to => 'bids#destroy'
|
|
|
@ -746,6 +747,7 @@ RedmineApp::Application.routes.draw do
|
|
|
|
|
|
|
|
|
|
|
|
match 'words/add_brief_introdution', :controller => 'words', :action => 'add_brief_introdution'
|
|
|
|
match 'words/add_brief_introdution', :controller => 'words', :action => 'add_brief_introdution'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dir.glob File.expand_path("plugins/*", Rails.root) do |plugin_dir|
|
|
|
|
Dir.glob File.expand_path("plugins/*", Rails.root) do |plugin_dir|
|
|
|
|
file = File.join(plugin_dir, "config/routes.rb")
|
|
|
|
file = File.join(plugin_dir, "config/routes.rb")
|
|
|
|
if File.exists?(file)
|
|
|
|
if File.exists?(file)
|
|
|
|