Skip to content

Commit

Permalink
結果が残らないようにした ZeiJacks#31
Browse files Browse the repository at this point in the history
  • Loading branch information
r-happy committed Jan 22, 2023
1 parent 0ab7efe commit 2b3b278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,10 @@ class App < Sinatra::Base
redirect '/login'
end
@searched_result = s_result
s_result = ""
@uid = session[:user_id]
@err = e
e = ""

erb :search
end
Expand Down

0 comments on commit 2b3b278

Please sign in to comment.