Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
A number of methods are mixed into the AbstractController class and meant for use within Merb controller slices. For the most part these methods can be tucked away, leaving application code within a Merb slice indistinguishable. As an example, let’s open up the default-generated application controller within a slice:
class MerbForumsSlice::Application < Merb::Controller controller_for_slice end