gitcoinco/code_fund_ads

View on GitHub
app/components/comments/rich_text_form_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Comments::RichTextFormComponent < ApplicationComponent
  def initialize(commentable:)
    @commentable = commentable
  end

  private

  attr_reader :commentable
end