lib/active_remote/dsl.rb in active_remote-1.6.1 vs lib/active_remote/dsl.rb in active_remote-1.7.0

- old
+ new

@@ -44,10 +44,10 @@ # def publishable_attributes @publishable_attributes end - # Set the RPC service class directly. By default, ActiveRemove determines + # Set the RPC service class directly. By default, ActiveRemote determines # the RPC service by constantizing the namespace and service name. # # ====Examples # # class User < ActiveRemote::Base