method

serialize

rails latest stable - Class: ActiveRecord::Serialization::JsonSerializer

Method deprecated or moved

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

serialize()
public

No documentation available.

# File activerecord/lib/active_record/serializers/json_serializer.rb, line 69
      def serialize
        serializable_record.to_json
      end