class ContentBlockTools::Presenters::BasePresenter
def content
-
(string)
- A representation of the content block to be wrapped in the base_tag in
def content ContentBlockTools.logger.info("Getting content for content block #{content_block.content_id}") if field_names.present? content_for_fields else default_content end end