Method: Falsify::Customcollection#body_html

Defined in:
lib/falsify/models/product/collection/custom_collection.rb

#body_htmlString

The description of the custom collection, complete with HTML markup. Many templates display this on their custom collection pages.

Returns:

  • (String)


13
14
15
# File 'lib/falsify/models/product/collection/custom_collection.rb', line 13

def body_html
  @body_html
end