AyuntamientoMadrid/participacion

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

Summary

Maintainability
A
0 mins
Test Coverage
class Comments::VotesComponent < ApplicationComponent
  attr_reader :comment

  def initialize(comment)
    @comment = comment
  end
end