mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing comma
This commit is contained in:
parent
7919c29d50
commit
62133326df
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ module ActionDispatch
|
|||
get '/profile',
|
||||
params: { id: 1 },
|
||||
headers: { 'X-Extra-Header' => '123' },
|
||||
env: { 'action_dispatch.custom' => 'custom' }
|
||||
env: { 'action_dispatch.custom' => 'custom' },
|
||||
xhr: true
|
||||
MSG
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue