Add output snippet from ActionController::API.ancestors - ActionController::Metal.ancestors command for api apps.

[ci skip]
This commit is contained in:
Vipul A M 2016-05-13 23:29:37 +05:30
parent c181c9a369
commit 26e59e686c
No known key found for this signature in database
GPG Key ID: 4C9362FE1F574587

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