diff options
author | Gustavo Villa <gustavo@backlotcars.com> | 2016-02-22 01:15:16 -0300 |
---|---|---|
committer | Gustavo Villa <gustavo@backlotcars.com> | 2016-02-22 01:15:16 -0300 |
commit | abed77fb30b13e154a0f6cd2fc334d53bbae734b (patch) | |
tree | 0d0d8e3ae7cf558293d310b2e8962b1ba3953051 /actionpack/lib/action_dispatch/routing.rb | |
parent | fa344194a8063bda06678868e0c2327b418c75cf (diff) | |
download | rails-abed77fb30b13e154a0f6cd2fc334d53bbae734b.tar.gz rails-abed77fb30b13e154a0f6cd2fc334d53bbae734b.tar.bz2 rails-abed77fb30b13e154a0f6cd2fc334d53bbae734b.zip |
Fix typographical error
Diffstat (limited to 'actionpack/lib/action_dispatch/routing.rb')
-rw-r--r-- | actionpack/lib/action_dispatch/routing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/routing.rb b/actionpack/lib/action_dispatch/routing.rb index 79f9283f83..dcf800b215 100644 --- a/actionpack/lib/action_dispatch/routing.rb +++ b/actionpack/lib/action_dispatch/routing.rb @@ -159,7 +159,7 @@ module ActionDispatch # # controller 'geocode' do # get 'geocode/:postalcode' => :show, constraints: { - # postalcode: /# Postcode format + # postalcode: /# Postalcode format # \d{5} #Prefix # (-\d{4})? #Suffix # /x |