diff options
author | David Yip <yipdw@member.fsf.org> | 2018-06-03 19:44:05 -0500 |
---|---|---|
committer | David Yip <yipdw@member.fsf.org> | 2018-06-03 19:44:05 -0500 |
commit | c55263027a49c532b043e734b24b4ba174ffed5f (patch) | |
tree | e63d5a8dc09c6f7b2cbffd70e8570fbf2aaa5c90 /config | |
parent | 0f979c3460babbb8043b2365f946a9a0e3680be6 (diff) | |
parent | 0deb9fa6b9b8820fcb0a9ebd221178a8ec82490a (diff) |
Merge remote-tracking branch 'origin/master' into gs-master
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 6dd9975b4..3370f01c3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -271,7 +271,6 @@ Rails.application.routes.draw do resources :favourites, only: [:index] resources :bookmarks, only: [:index] resources :reports, only: [:index, :create] - resources :trends, only: [:index] namespace :apps do get :verify_credentials, to: 'credentials#show' |