Sha256: 9787358a36986cb6b5dcda93d30d8bdbe7a0c9b5b115f96b9612363f5554c3b2
Contents?: true
Size: 221 Bytes
Versions: 4
Compression:
Stored size: 221 Bytes
Contents
module ActionController module BasicImplicitRender def send_action(method, *args) super.tap { default_render unless performed? } end def default_render(*args) head :no_content end end end
Version data entries
4 entries across 4 versions & 1 rubygems