Class: Blacklight::Types::Html

Inherits:
String show all
Defined in:
app/values/blacklight/types.rb

Overview

rubocop:disable Rails/OutputSafety

Instance Method Summary collapse

Methods inherited from Value

coerce

Instance Method Details

#cast(input) ⇒ Object



100
101
102
# File 'app/values/blacklight/types.rb', line 100

def cast(input)
  super&.html_safe
end