diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-06-22 22:14:29 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-06-22 22:14:29 +0530 |
commit | 6285675db1cf983ba6c15442aedb457c8041f5ee (patch) | |
tree | d3fa66d3bc136f2dd90eeb17c0a463139e7a9f6c /actionpack/lib/action_view | |
parent | 741cb5b12b87f0405d421c82f04cd86eba6c613b (diff) | |
download | rails-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')
-rw-r--r-- | actionpack/lib/action_view/helpers/form_helper.rb | 2 |
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". |