1
0
Fork 0
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:
Rafael Mendonça França 2013-03-23 15:38:11 -03:00
parent 4e363b1c0e
commit 9e8b7d9d5b

View file

@ -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
#