Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/sequent/core/helpers/attribute_support.rb
Overview
WARNING: Monkey patches below…
Class Method Summary collapse
Class Method Details
.deserialize_from_json(value) ⇒ Object
5 6 7 |
# File 'lib/sequent/core/helpers/attribute_support.rb', line 5 def self.deserialize_from_json(value) value.try(:to_sym) end |