AyuntamientoMadrid/participacion

View on GitHub
app/controllers/concerns/image_attributes.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ImageAttributes
  extend ActiveSupport::Concern

  def image_attributes
    [:id, :title, :attachment, :cached_attachment, :user_id, :_destroy]
  end
end