Skip to content

Commit 3e137f8

Browse files
committed
Rubocop fixes
1 parent 2198ad0 commit 3e137f8

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
@@ -20,7 +20,7 @@ def new
2020
authorize @conversation
2121
end
2222

23-
def create # rubocop:todo Metrics/MethodLength
23+
def create # rubocop:todo Metrics/MethodLength, Metrics/AbcSize
2424
@conversation = Conversation.new(conversation_params.merge(creator: helpers.current_person))
2525

2626
authorize @conversation

0 commit comments

Comments
 (0)