Class: Blacklight::Types::Html
- Defined in:
- app/values/blacklight/types.rb
Overview
rubocop:disable Rails/OutputSafety
Instance Method Summary collapse
Methods inherited from Value
Instance Method Details
#cast(input) ⇒ Object
113 114 115 |
# File 'app/values/blacklight/types.rb', line 113 def cast(input) super&.html_safe end |