File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
actionpack/lib/abstract_controller
actionview/lib/action_view/helpers Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module AbstractController
4
- # = Abstract Controller Callbacks
4
+ # = Abstract Controller \ Callbacks
5
5
#
6
6
# Abstract Controller provides hooks during the life cycle of a controller action.
7
7
# Callbacks allow you to trigger logic during this cycle. Available callbacks are:
Original file line number Diff line number Diff line change 2
2
3
3
module ActionView
4
4
module Helpers # :nodoc:
5
+ # = Action View CSP \Helpers
5
6
module CspHelper
6
- # = Action View CSP \Helpers
7
- #
8
7
# Returns a meta tag "csp-nonce" with the per-session nonce value
9
8
# for allowing inline <script> tags.
10
9
#
Original file line number Diff line number Diff line change 10
10
11
11
module ActionView
12
12
module Helpers # :nodoc:
13
- # = Action View Date \Helpers
13
+ # = Action View \ Date \Helpers
14
14
#
15
15
# The Date Helper primarily creates select/option tags for different kinds of dates and times or date and time
16
16
# elements. All of the select-type methods share a number of common options that are as follows:
Original file line number Diff line number Diff line change 2
2
3
3
module ActionView
4
4
module Helpers # :nodoc:
5
- # = Action View Rendering \Helpers
5
+ # = Action View \ Rendering \Helpers
6
6
#
7
7
# Implements methods that allow rendering from a view context.
8
8
# In order to use this module, all you need is to implement
You can’t perform that action at this time.
0 commit comments