support-foo/web

View on GitHub
app/helpers/summary_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module SummaryHelper

  def summary(conversation)
    ConversationSummarizer.new(conversation).summary
  end

end