Skip to content

Commit edd8a15

Browse files
committed
rubocop fixes
1 parent 42b8663 commit edd8a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/better_together/conversations_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def show # rubocop:todo Metrics/MethodLength, Metrics/AbcSize
120120
end
121121
end
122122

123-
def leave_conversation # rubocop:todo Metrics/MethodLength
123+
def leave_conversation # rubocop:todo Metrics/MethodLength, Metrics/AbcSize
124124
authorize @conversation
125125

126126
flash[:error] if @conversation.participant_ids.size == 1

0 commit comments

Comments
 (0)