Skip to content

Commit e2dfdcf

Browse files
committed
Drop leftover controller action
1 parent b65b761 commit e2dfdcf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/controllers/sessions_controller.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ class SessionsController < InertiaController
55
before_action :require_no_authentication, only: %i[ new create ]
66
before_action :set_session, only: :destroy
77

8-
def index
9-
@sessions = Current.user.sessions.order(created_at: :desc)
10-
end
11-
128
def new
139
end
1410

0 commit comments

Comments
 (0)