noesya/osuny

View on GitHub
app/models/communication/block/template/file/element.rb

Summary

Maintainability
A
0 mins
Test Coverage
B
80%
class Communication::Block::Template::File::Element < Communication::Block::Template::Base

  has_component :title, :string
  has_component :file, :file

  def blob
    file_component.blob
  end
end