Module: ActiveSupport::Concern
- Included in:
- IncludeWithRespect::ConcernWithRespect
- Defined in:
- lib/include_with_respect/ext/active_support/concern.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 |
# File 'lib/include_with_respect/ext/active_support/concern.rb', line 3 def self.included(base) base.send(:include, IncludeWithRespect::ModuleWithRespect) end |