1
0
Fork 0
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:
Arthur Neves 2015-02-13 13:25:13 -05:00
parent 7919c29d50
commit 62133326df

View file

@ -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