Action rendering is the most common form and the type used automatically by Action Controller when nothing else is specified. By default, actions are rendered within the current layout (if one exists).
The filters added to this controller will be run for all controllers in the application. Likewise will all the methods added be available for all controllers.