lib/transcriber/resource/key/href.rb in transcriber-0.0.25 vs lib/transcriber/resource/key/href.rb in transcriber-0.0.26
- old
+ new
@@ -1,8 +1,9 @@
module Transcriber
class Resource
class Href < Key
- include Response::Href
+ autoload :Response, "transcriber/resource/key/href/response"
+ include Response
def initialize
super(:href)
end
end