Module: SwitchPoint::Model::ConnectionHook

Defined in:
lib/switch_point/model.rb

Instance Method Summary collapse

Instance Method Details

#connectionObject



13
14
15
16
17
18
19
# File 'lib/switch_point/model.rb', line 13

def connection
  if @switch_point_name
    switch_point_proxy.connection
  else
    super
  end
end