mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix documentation markup [ci skip]
This commit is contained in:
parent
4e363b1c0e
commit
9e8b7d9d5b
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ module ActionController
|
|||
# ActionController::UnpermittedParameters exception. The default value is <tt>:log</tt>
|
||||
# in test and development environments, +false+ otherwise.
|
||||
#
|
||||
# Examples:
|
||||
#
|
||||
# params = ActionController::Parameters.new
|
||||
# params.permitted? # => false
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue