diff options
author | Xavier Noria <fxn@hashref.com> | 2013-05-09 05:19:32 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2013-05-09 05:19:32 -0700 |
commit | 99610e0ee625dd105f891a3f76f2c07f8b434ccb (patch) | |
tree | e45f100807e554e25b13fe76908b5cfda7dd5b47 /actionpack | |
parent | cd3177d315cd537a2810a27e0aff7e3a7af111f2 (diff) | |
parent | 39b8b8fdbf6c175a64f07198ff1c950e33c72cd0 (diff) | |
download | rails-99610e0ee625dd105f891a3f76f2c07f8b434ccb.tar.gz rails-99610e0ee625dd105f891a3f76f2c07f8b434ccb.tar.bz2 rails-99610e0ee625dd105f891a3f76f2c07f8b434ccb.zip |
Merge pull request #10532 from prathamesh-sonpatki/Rails
rails -> Rails [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_dispatch/journey/formatter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/journey/formatter.rb b/actionpack/lib/action_dispatch/journey/formatter.rb index a732e570f2..e288f026c7 100644 --- a/actionpack/lib/action_dispatch/journey/formatter.rb +++ b/actionpack/lib/action_dispatch/journey/formatter.rb @@ -3,7 +3,7 @@ require 'action_controller/metal/exceptions' module ActionDispatch module Journey # The Formatter class is used for formatting URLs. For example, parameters - # passed to +url_for+ in rails will eventually call Formatter#generate. + # passed to +url_for+ in Rails will eventually call Formatter#generate. class Formatter # :nodoc: attr_reader :routes |