method
render_nothing
v1.0.0 -
Show 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