aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/routing.md
diff options
context:
space:
mode:
authortanmay3011 <tanmay3011@gmail.com>2015-10-06 23:34:05 +0530
committertanmay3011 <tanmay3011@gmail.com>2015-10-06 23:34:05 +0530
commit148d1217a134b1071228b0dbf5b1fc5a17741044 (patch)
treecff728b6834dc72607ebed88ab844be871416fa2 /guides/source/routing.md
parent9e25e0e1735f2ccca69679243aa8cf0885104164 (diff)
downloadrails-148d1217a134b1071228b0dbf5b1fc5a17741044.tar.gz
rails-148d1217a134b1071228b0dbf5b1fc5a17741044.tar.bz2
rails-148d1217a134b1071228b0dbf5b1fc5a17741044.zip
[ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound
Diffstat (limited to 'guides/source/routing.md')
-rw-r--r--guides/source/routing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/routing.md b/guides/source/routing.md
index 1fd38c0940..3175716a9c 100644
--- a/guides/source/routing.md
+++ b/guides/source/routing.md
@@ -1096,7 +1096,7 @@ Video.find_by(identifier: params[:identifier])
```
You can override `ActiveRecord::Base#to_param` of a related model to construct
-an URL:
+a URL:
```ruby
class Video < ActiveRecord::Base