Browse Source

Rubocop

pull/33/head
baarkerlounger 3 years ago
parent
commit
e49dba3a64
  1. 1
      app/controllers/case_logs_controller.rb

1
app/controllers/case_logs_controller.rb

@ -1,5 +1,4 @@
class CaseLogsController < ApplicationController
def index
@submitted_case_logs = CaseLog.where(status: 1)
@in_progress_case_logs = CaseLog.where(status: 0)

Loading…
Cancel
Save