mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typographical error
This commit is contained in:
parent
fa344194a8
commit
abed77fb30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue