Sha256: 2e7d7eb62e4eba9ff002a5867e0e7c3fac00da158049e3f927590ea86b0f0f32
Contents?: true
Size: 229 Bytes
Versions: 53
Compression:
Stored size: 229 Bytes
Contents
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
53 entries across 53 versions & 4 rubygems