Skip to content
Snippets Groups Projects
chapter.rb 220 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
class Communication::Block::Template::Chapter < Communication::Block::Template::Base
Arnaud Levy's avatar
Arnaud Levy committed
  has_rich_text :text
  has_rich_text :notes
  has_image :image

Arnaud Levy's avatar
Arnaud Levy committed
  def build_git_dependencies
Arnaud Levy's avatar
Arnaud Levy committed
    add_dependency image&.blob
  end
Arnaud Levy's avatar
Arnaud Levy committed
end