Module: Remotable::Nosync
- Included in:
- Remotable, ActiveRecordExtender, ActiveRecordExtender::ClassMethods
- Defined in:
- lib/remotable/nosync.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.extended(base) ⇒ Object
8 9 10 |
# File 'lib/remotable/nosync.rb', line 8 def self.extended(base) base.extend ClassMethods end |
.included(base) ⇒ Object
4 5 6 |
# File 'lib/remotable/nosync.rb', line 4 def self.included(base) base.include InstanceMethods end |