Module: ActionText::Serialization
- Extended by:
- ActiveSupport::Concern
- Included in:
- Content
- Defined in:
- actiontext/lib/action_text/serialization.rb
Instance Method Summary collapse
Methods included from ActiveSupport::Concern
append_features, class_methods, extended, included
Instance Method Details
#_dump ⇒ Object
30 31 32 |
# File 'actiontext/lib/action_text/serialization.rb', line 30 def _dump(*) self.class.dump(self) end |