aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-06-22 22:14:29 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-06-22 22:14:29 +0530
commit6285675db1cf983ba6c15442aedb457c8041f5ee (patch)
treed3fa66d3bc136f2dd90eeb17c0a463139e7a9f6c /actionpack/lib/action_view/helpers/form_helper.rb
parent741cb5b12b87f0405d421c82f04cd86eba6c613b (diff)
downloadrails-6285675db1cf983ba6c15442aedb457c8041f5ee.tar.gz
rails-6285675db1cf983ba6c15442aedb457c8041f5ee.tar.bz2
rails-6285675db1cf983ba6c15442aedb457c8041f5ee.zip
fixes a few mistakes in api docs [ci skip]
Diffstat (limited to 'actionpack/lib/action_view/helpers/form_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/form_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_helper.rb b/actionpack/lib/action_view/helpers/form_helper.rb
index 7b1bb48718..ba2a26fd09 100644
--- a/actionpack/lib/action_view/helpers/form_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_helper.rb
@@ -979,7 +979,7 @@ module ActionView
def telephone_field(object_name, method, options = {})
Tags::TelField.new(object_name, method, self, options).render
end
- # alias of telephone_field
+ # aliases telephone_field
alias phone_field telephone_field
# Returns a text_field of type "date".