Class: Alchemy::Ingredients::HtmlView
- Defined in:
- app/components/alchemy/ingredients/html_view.rb
Instance Attribute Summary
Attributes inherited from BaseView
Instance Method Summary collapse
Methods inherited from BaseView
Constructor Details
This class inherits a constructor from Alchemy::Ingredients::BaseView
Instance Method Details
#call ⇒ Object
4 5 6 |
# File 'app/components/alchemy/ingredients/html_view.rb', line 4 def call value.to_s.html_safe end |