AyuntamientoMadrid/participacion

View on GitHub
app/components/polls/poll_header_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Polls::PollHeaderComponent < ApplicationComponent
  attr_reader :poll
  use_helpers :auto_link_already_sanitized_html

  def initialize(poll)
    @poll = poll
  end
end