File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,15 @@ Action Pack
264
264
* 更改 Action Controller 下列常量的名称:
265
265
266
266
267
- | 移除 | 采用 |
268
- | :-----------------------------------| :--------------------------------|
269
- | ActionController::AbstractRequest | ActionDispatch::Request |
270
- | ActionController::Request | ActionDispatch::Request |
271
- | ActionController::AbstractResponse | ActionDispatch::Response |
272
- | ActionController::Response | ActionDispatch::Response |
273
- | ActionController::Routing | ActionDispatch::Routing |
274
- | ActionController::Integration | ActionDispatch::Integration |
275
- | ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
267
+ | 移除 | 采用 |
268
+ | :-----------------------------------| :--------------------------------|
269
+ | ActionController::AbstractRequest | ActionDispatch::Request |
270
+ | ActionController::Request | ActionDispatch::Request |
271
+ | ActionController::AbstractResponse | ActionDispatch::Response |
272
+ | ActionController::Response | ActionDispatch::Response |
273
+ | ActionController::Routing | ActionDispatch::Routing |
274
+ | ActionController::Integration | ActionDispatch::Integration |
275
+ | ActionController::IntegrationTest | ActionDispatch::IntegrationTest |
276
276
277
277
### 值得一提的变化
278
278
You can’t perform that action at this time.
0 commit comments