lib/tito/event.rb in tito-0.2.4 vs lib/tito/event.rb in tito-0.2.5
- old
+ new
@@ -1,9 +1,13 @@
module Tito
class Event < Base
extend Eventable::ClassMethods
+ def self.resource_path
+ nil
+ end
+
def path
"#{account_slug}/#{slug}"
end
def put_path
\ No newline at end of file