Skip to content

Commit 8c061a7

Browse files
authored
OTWO-6672 - Rubocop change (#1612)
1 parent 56490be commit 8c061a7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/controllers/sessions_controller.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ def create
2323
end
2424

2525
def health
26-
# if ApplicationRecord.connected?
27-
render plain: Time.current
28-
# else
29-
# head :internal_server_error
30-
# end
26+
render plain: Time.current
3127
end
3228

3329
private

0 commit comments

Comments
 (0)