Method: SwitchConnection::Model::MonkeyPatch#uncached

Defined in:
lib/switch_connection/model.rb

#uncached(&block) ⇒ Object



160
161
162
163
164
165
166
# File 'lib/switch_connection/model.rb', line 160

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