Class: PersonaEvent
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PersonaEvent
- Defined in:
- app/models/persona_event.rb
Instance Method Summary collapse
-
#metadata ⇒ Object
—- Serialization ——————————————————–.
Instance Method Details
#metadata ⇒ Object
—- Serialization ——————————————————–
17 18 19 20 21 22 |
# File 'app/models/persona_event.rb', line 17 def val = super val.is_a?(String) ? JSON.parse(val) : val rescue JSON::ParserError {} end |