[ci skip] Fix comment of ActionDispatch::Callbacks

cc ddce3dd
This commit is contained in:
yui-knk 2014-11-23 13:22:36 +09:00
parent ddce3dd37d
commit 9cb831ff84

@ -1,6 +1,6 @@
module ActionDispatch
# Provide callbacks to be executed before and after the request dispatch.
# Provides callbacks to be executed before and after dispatching the request.
class Callbacks
include ActiveSupport::Callbacks