Sha256: cd6f373bba6b203fadeb4ac25686d4dc7fc7f568f08929caf636610b41bcd3ad
Contents?: true
Size: 281 Bytes
Versions: 24
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true # :markup: markdown module ActionController module ApiRendering extend ActiveSupport::Concern included do include Rendering end def render_to_body(options = {}) _process_options(options) super end end end
Version data entries
24 entries across 24 versions & 2 rubygems