Merge remote-tracking branch 'tootsuite/master'

This commit is contained in:
David Yip
2017-11-27 22:33:26 -06:00
11 changed files with 195 additions and 1 deletions

View File

@ -103,6 +103,7 @@ Rails.application.routes.draw do
end
resource :delete, only: [:show, :destroy]
resource :migration, only: [:show, :update]
resources :sessions, only: [:destroy]
end