Class: Rsodx::Serializer
Defined Under Namespace
Classes: NotSerializableError
Instance Method Summary collapse
Methods inherited from Service
Methods included from Delegate
Instance Method Details
#call ⇒ Object
3 4 5 6 7 |
# File 'lib/rsodx/serializer.rb', line 3 def call context.dto = serialize_object rescue => e halt(500, e.) end |