Module: MetaPresenter::Base::DelegateToController

Extended by:
ActiveSupport::Concern
Included in:
MetaPresenter::Base
Defined in:
lib/meta_presenter/base/delegate_to_controller.rb

Overview

Give the presenter the ability to delegate methods to a controller (ActionController::Base or ActionMailer::Base)

Defined Under Namespace

Modules: InstanceMethods

Constant Summary collapse

INCLUDE_PRIVATE_METHODS =

Presenters delegate to private controller methods by default

true