method
render_nothing
rails latest stable - Class:
ActionController::Base
render_nothing(status = nil)protected
No documentation available.
# File actionpack/lib/action_controller/base.rb, line 669
def render_nothing(status = nil)
render_text(' ', status)
end