1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

add missing space.[ci skip]

This commit is contained in:
Kuldeep Aggarwal 2014-11-01 22:18:05 +05:30
parent 4ef891189d
commit c551178f1b

View file

@ -54,7 +54,7 @@ module ActiveModel
module HelperMethods
# Validates whether the value of the specified attribute is of the correct
# form, going by the regular expression provided.You can require that the
# form, going by the regular expression provided. You can require that the
# attribute matches the regular expression:
#
# class Person < ActiveRecord::Base