Skip to content

Commit

Permalink
cleaned up routes for item reviews and user reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonchiehhaohuang committed Nov 8, 2018
1 parent f8c255d commit 1d4410c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
Rails.application.routes.draw do
get 'user_reviews/create'
get 'user_reviews/destroy'
get 'user_reviews/index'
get 'user_reviews/new'
get 'user_reviews/show'
get 'user_reviews/update'
get 'item_reviews/create'
get 'item_reviews/destroy'
get 'item_reviews/index'
get 'item_reviews/new'
get 'item_reviews/show'
get 'item_reviews/update'
get 'user/Reviews'
get 'items/create'
get 'items/new'
Expand Down

0 comments on commit 1d4410c

Please sign in to comment.