Class: Llmemory::Dashboard::ForgetLogController

Inherits:
ApplicationController show all
Defined in:
app/controllers/llmemory/dashboard/forget_log_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



6
7
8
9
# File 'app/controllers/llmemory/dashboard/forget_log_controller.rb', line 6

def show
  @user_id = params[:user_id]
  @entries = forget_log.entries(@user_id)
end