method

as_json

rails latest stable - Class: ActionText::Attachable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

as_json(*)
public

No documentation available.

# File actiontext/lib/action_text/attachable.rb, line 66
    def as_json(*)
      super.merge(attachable_sgid: attachable_sgid)
    end