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, prepend_features, prepended

Instance Method Details

#_dumpObject



32
33
34
# File 'actiontext/lib/action_text/serialization.rb', line 32

def _dump(*)
  self.class.dump(self)
end