Sha256: 5b72b54ff565e2f372ae5c377a0abbade3c61547c9069719e43cbb6709575815
Contents?: true
Size: 268 Bytes
Versions: 15
Compression:
Stored size: 268 Bytes
Contents
# frozen_string_literal: true require "active_model_serializers" module Mihari class AlertSerializer < ActiveModel::Serializer attributes :id, :title, :description, :source, :created_at has_many :artifacts has_many :tags, through: :taggings end end
Version data entries
15 entries across 15 versions & 1 rubygems