File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
action_dispatch/middleware Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def corrections # :nodoc:
26
26
end
27
27
end
28
28
29
- # = AbstractController \Base
29
+ # = Abstract Controller \Base
30
30
#
31
31
# AbstractController::Base is a low-level API. Nobody should be
32
32
# using it directly, and subclasses (like ActionController::Base) are
Original file line number Diff line number Diff line change 2
2
3
3
module AbstractController
4
4
module Caching
5
- # = AbstractController Caching \Fragments
5
+ # = Abstract Controller Caching \Fragments
6
6
#
7
7
# Fragment caching is used for caching various blocks within
8
8
# views without caching the entire action as a whole. This is
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ActionDispatch
4
- # = ActionDispatch \PublicExceptions
4
+ # = Action Dispatch \PublicExceptions
5
5
#
6
6
# When called, this middleware renders an error page. By default if an HTML
7
7
# response is expected it will render static error pages from the <tt>/public</tt>
Original file line number Diff line number Diff line change 6
6
7
7
module ActionDispatch
8
8
module Session
9
- # = ActionDispatch Session \CookieStore
9
+ # = Action Dispatch Session \CookieStore
10
10
#
11
11
# This cookie-based session store is the Rails default. It is
12
12
# dramatically faster than the alternatives.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def call(env)
26
26
end
27
27
end
28
28
29
- # = ActionDispatch \FileHandler
29
+ # = Action Dispatch \FileHandler
30
30
#
31
31
# This endpoint serves static files from disk using +Rack::Files+.
32
32
#
You can’t perform that action at this time.
0 commit comments