AbstractController Rendering

Send to friend

In Progress The contents of this page reflect in-progress work on Rails 3 that may change before the final release.

Navigation

Contents

The AbstractController implements core controller concepts using a uniform API that can be fleshed out as appropriate by subclasses. This page covers how the AbstractController's rendering module expects to receive information from its subclasses.

  • Technology: