lib/consul/controller.rb in consul-0.8.0 vs lib/consul/controller.rb in consul-0.9.0

- old
+ new

@@ -84,10 +84,10 @@ end private define_method :check_power do - send(power_method).include!(power_name_for_current_action) + send(power_method).include_power!(power_name_for_current_action) end if direct_access_method define_method direct_access_method do send(power_method).send(power_name_for_current_action)