AyuntamientoMadrid/participacion

View on GitHub
app/components/images/fields_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Images::FieldsComponent < ApplicationComponent
  attr_reader :f, :imageable

  def initialize(f, imageable:)
    @f = f
    @imageable = imageable
  end
end