Module: MuchRails::CallMethodCallbacks

Includes:
MuchMixin
Defined in:
lib/much-rails/call_method_callbacks.rb

Overview

MuchRails::CallMethodCallbacks is a common mix-in for adding before/after callback support to MuchRails::CallMethod. This is separate from the MuchRails::CallMethod mix-in as it adds a bit of overhead (e.g. the ‘much_rails_call_callbacks_config`) that may not be desired by things just wanting to use the basic `MuchRails::CallMethod`. This allows opting-in to callback support as needed.

Defined Under Namespace

Classes: MuchRailsCallCallbacksConfig