Method: SwitchPoint::Model::MonkeyPatch#uncached

Defined in:
lib/switch_point/model.rb

#uncached(&block) ⇒ Object



107
108
109
110
111
112
113
# File 'lib/switch_point/model.rb', line 107

def uncached(&block)
  if switch_point_proxy
    switch_point_proxy.uncached(&block)
  else
    super
  end
end