未验证 提交 26e59e68 编写于 作者: V Vipul A M

Add output snippet from `ActionController::API.ancestors -...

Add output snippet from `ActionController::API.ancestors - ActionController::Metal.ancestors` command for api apps.
[ci skip]
上级 c181c9a3
......@@ -395,6 +395,13 @@ included into `ActionController::API` in the rails console:
```bash
$ bin/rails c
>> ActionController::API.ancestors - ActionController::Metal.ancestors
=> [ActionController::API,
ActiveRecord::Railties::ControllerRuntime,
ActionDispatch::Routing::RouteSet::MountedHelpers,
ActionController::ParamsWrapper,
... ,
AbstractController::Rendering,
ActionView::ViewPaths]
```
### Adding Other Modules
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册