Module: Magnetic::Interface::DSL
- Included in:
- ActionController::Base, ApplicationController
- Defined in:
- lib/magnetic/interface.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(other) ⇒ Object
92 93 94 95 96 |
# File 'lib/magnetic/interface.rb', line 92 def self.included other super ensure other.extend self end |