method
cleanup!
v3.2.1 -
Show latest stable
- Class:
ActionDispatch::Reloader
cleanup!()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/reloader.rb, line 77
def cleanup! #:nodoc:
run_callbacks :cleanup if validated?
ensure
@validated = true
end