Class: Blacklight::Types::String
- Defined in:
- app/values/blacklight/types.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from Value
Instance Method Details
#cast(input) ⇒ Object
50 51 52 |
# File 'app/values/blacklight/types.rb', line 50 def cast(input) super&.to_s end |