module MetaPresenter::Base::DelegateToController
Give the presenter the ability to delegate methods to a controller (ActionController::Base or ActionMailer::Base)
Constants
- INCLUDE_PRIVATE_METHODS
Presenters delegate to private controller methods by default