We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2198ad0 commit 3e137f8Copy full SHA for 3e137f8
app/controllers/better_together/conversations_controller.rb
@@ -20,7 +20,7 @@ def new
20
authorize @conversation
21
end
22
23
- def create # rubocop:todo Metrics/MethodLength
+ def create # rubocop:todo Metrics/MethodLength, Metrics/AbcSize
24
@conversation = Conversation.new(conversation_params.merge(creator: helpers.current_person))
25
26
0 commit comments