Method: SwitchPoint::Model::MonkeyPatch#cache

Defined in:
lib/switch_point/model.rb

#cache(&block) ⇒ Object



99
100
101
102
103
104
105
# File 'lib/switch_point/model.rb', line 99

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