Get rid of vagrant
We are using Docker now instead. Closes https://github.com/openSUSE/osem/issues/1213
This commit is contained in:
parent
51f6ad6d14
commit
0aa49e9c64
6 changed files with 1 additions and 171 deletions
|
|
@ -14,11 +14,6 @@ Osem::Application.routes.draw do
|
|||
path: 'accounts'
|
||||
end
|
||||
|
||||
# Use letter_opener_web to open mails in browser (e.g. necessary for Vagrant)
|
||||
if Rails.env.development?
|
||||
mount LetterOpenerWeb::Engine, at: "/letter_opener"
|
||||
end
|
||||
|
||||
resources :users, except: [:new, :index, :create, :destroy] do
|
||||
resources :openids, only: :destroy
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue