Module Cell::ViewModel::Rendering
In: lib/cell/view_model.rb

Methods

call   render   show  

Public Instance methods

Invokes the passed method (defaults to :show) while respecting caching. In Rails, the return value gets marked html_safe.

Since 4.1, you get the show method for free.

[Validate]