aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-05-26 18:43:43 -0400
committerGitHub <noreply@github.com>2017-05-26 18:43:43 -0400
commitde3b130cd7bd2c30da9716d53ce6e4e61a4181a8 (patch)
tree65ab8a4a512609cf07c06301b77e3fef9e66312b
parent51f912f1f37589bcc789eb7d1893075b8eb61cc8 (diff)
parentf4f6c512b9bee6ebf3fc27c2d793e715cabb630b (diff)
downloadrails-de3b130cd7bd2c30da9716d53ce6e4e61a4181a8.tar.gz
rails-de3b130cd7bd2c30da9716d53ce6e4e61a4181a8.tar.bz2
rails-de3b130cd7bd2c30da9716d53ce6e4e61a4181a8.zip
Merge pull request #29242 from tjschuck/rdoc_formatting_fix
Fix broken RDoc formatting
-rw-r--r--activemodel/lib/active_model/validator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/validator.rb b/activemodel/lib/active_model/validator.rb
index 1a4d13f2d0..6c11981e1d 100644
--- a/activemodel/lib/active_model/validator.rb
+++ b/activemodel/lib/active_model/validator.rb
@@ -82,7 +82,7 @@ module ActiveModel
# end
#
# It can be useful to access the class that is using that validator when there are prerequisites such
- # as an +attr_accessor+ being present. This class is accessible via +options[:class]+ in the constructor.
+ # as an +attr_accessor+ being present. This class is accessible via <tt>options[:class]</tt> in the constructor.
# To setup your validator override the constructor.
#
# class MyValidator < ActiveModel::Validator