class ReactiveRecord::Collection::DummySet

Public Instance Methods

method_missing(*args) click to toggle source
# File lib/reactive_record/active_record/reactive_record/collection.rb, line 9
def method_missing(*args)
end
new() click to toggle source
Calls superclass method
# File lib/reactive_record/active_record/reactive_record/collection.rb, line 6
def new
  @master ||= super
end