Module: ActionMailbox::Routing
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Included In: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           ::ActiveSupport::Concern | |
| Defined in: | actionmailbox/lib/action_mailbox/routing.rb | 
Overview
See Base for how to specify routing.
Class Method Summary
::ActiveSupport::Concern - Extended
| class_methods | Define class methods from given block. | 
| included | Evaluate given block in context of base class, so that you can write class macros here. | 
| prepended | Evaluate given block in context of base class, so that you can write class macros here. | 
DSL Calls
included
[ GitHub ]8 9 10
# File 'actionmailbox/lib/action_mailbox/routing.rb', line 8
included do cattr_accessor :router, default: ActionMailbox::Router.new end