lib/mashery.rb in mashery_rails-0.6.7 vs lib/mashery.rb in mashery_rails-0.6.8

- old
+ new

@@ -48,8 +48,8 @@ def self.rest Mashery::RestClient.new end def self.activity(activity_type, service_id, options) - Mashery.rest.activity(activity_type, service_id, options) + Mashery.rest.call(activity_type, service_id, options) end end