This commit is contained in:
xianbo 2014-03-31 19:29:21 +08:00
parent 06b2c25f3d
commit e4939bca2c
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
RedmineApp::Application.routes.draw do
match 'course', :to => 'welcome#course', :via => :get
match 'contest', :to => 'welcome#contest', :via => :get
resources :stores do
collection do
match 'search', via: [:get, :post]