lib/namespace.rb in inbox-0.15.4 vs lib/namespace.rb in inbox-0.15.7d

- old
+ new

@@ -10,10 +10,10 @@ # Rather than saying require 'thread', we need to explicitly force # the thread model to load. Otherwise, we can't reference it below. # Thread still refers to the built-in Thread type, and Inbox::Thread # is undefined. -load "thread.rb" +load "api_thread.rb" module Inbox class Namespace < RestfulModel