# File lib/action_controller/base.rb, line 654 def render_nothing(status = nil) render_text(' ', status) end