Skip to content
Snippets Groups Projects
testimonial.rb 183 B
class Communication::Block::Template::Testimonial::Testimonial < Communication::Block::Template::Base

  has_text :text
  has_string :author
  has_string :job
  has_image :photo

end