Class: ReactiveRecord::Collection::DummySet
- Inherits:
-
Object
- Object
- ReactiveRecord::Collection::DummySet
show all
- Defined in:
- lib/reactive_record/active_record/reactive_record/collection.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args) ⇒ Object
9
10
|
# File 'lib/reactive_record/active_record/reactive_record/collection.rb', line 9
def method_missing(*args)
end
|
Instance Method Details
6
7
8
|
# File 'lib/reactive_record/active_record/reactive_record/collection.rb', line 6
def new
@master ||= super
end
|