Method: SwitchConnection::Model#with_switch_point

Defined in:
lib/switch_connection/model.rb

#with_switch_point(new_switch_point_name, &block) ⇒ Object



43
44
45
# File 'lib/switch_connection/model.rb', line 43

def with_switch_point(new_switch_point_name, &block)
  self.class.with_switch_point(new_switch_point_name, &block)
end