Explorar el Código

Remove call to run!

master
Dylan Baker hace 4 años
padre
commit
ed2797f12a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      web/server.rb

+ 0
- 2
web/server.rb Ver fichero

@@ -78,7 +78,5 @@ class VLVSearch < Sinatra::Base
78 78
     def signed_in?
79 79
       !!session[:user_id]
80 80
     end
81
-
82
-    run!
83 81
   end
84 82
 end

Loading…
Cancelar
Guardar