Sha256: e3eb52601b65af2bafc1d064bd877a1bdf34af69737f4275f28294cbc7bcd8c2
Contents?: true
Size: 218 Bytes
Versions: 11
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Katalyst module Content module Editor class ErrorsComponent < BaseComponent def id dom_id(container, :errors) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems