Fix rubocop offenses - Requires Ruby 3.1+
This commit is contained in:
@@ -8,7 +8,7 @@ module ActionCableHelper
|
||||
ActionCable.server.broadcast(
|
||||
"la_exercises_#{exercise_id}_channel_study_group_#{submission.study_group_id}",
|
||||
type: :rfc,
|
||||
id: id,
|
||||
id:,
|
||||
html: ApplicationController.render(partial: 'request_for_comments/list_entry',
|
||||
locals: {request_for_comment: self})
|
||||
)
|
||||
|
Reference in New Issue
Block a user