diff options
author | Kir Shatrov <shatrov@me.com> | 2015-02-01 16:07:42 +0300 |
---|---|---|
committer | Kir Shatrov <shatrov@me.com> | 2015-02-01 16:07:42 +0300 |
commit | b19999f3a7c39fc1a959cc3c39575014d0fd2835 (patch) | |
tree | 30eca90db38b5744671b15b24e267fba589aa314 /railties/lib/rails/version.rb | |
parent | 33030ea7cbfa026b0f9f95a2c5d2dd363a7fe6aa (diff) | |
download | rails-b19999f3a7c39fc1a959cc3c39575014d0fd2835.tar.gz rails-b19999f3a7c39fc1a959cc3c39575014d0fd2835.tar.bz2 rails-b19999f3a7c39fc1a959cc3c39575014d0fd2835.zip |
Migrating xhr methods to keyword arguments syntax
in `ActionController::TestCase` and
`ActionDispatch::Integration`
Old syntax:
`xhr :get, :create, params: { id: 1 }`
New syntax example:
`get :create, params: { id: 1 }, xhr: true`
Diffstat (limited to 'railties/lib/rails/version.rb')
0 files changed, 0 insertions, 0 deletions