DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / lib / api / entities / changelog.rb
123456789
# frozen_string_literal: true module API module Entities class Changelog < Grape::Entity expose :to_s, as: :notes end end end