Sha256: 4b4e788aad9f243a1aa1d78ae32b78cc149f8451441aa957b49f99652a6bceed
Contents?: true
Size: 352 Bytes
Versions: 19
Compression:
Stored size: 352 Bytes
Contents
# frozen_string_literal: true require_relative 'pre_render_processors/json' module ActiveElement # Collection of processors called before the controller flow is handed back to the host # application, i.e. before actions within the main ActiveElement before action, e.g. used for # processing JSON fields. module PreRenderProcessors end end
Version data entries
19 entries across 19 versions & 1 rubygems