lib/yard/server/router.rb in yard-0.8.7.6 vs lib/yard/server/router.rb in yard-0.9.0
- old
+ new
@@ -122,10 +122,10 @@
def route_docs(library, paths)
return route_index if library.nil?
case paths.first
when "frames"
paths.shift
- cmd = FramesCommand
+ cmd = DisplayObjectCommand
when "file"
paths.shift
cmd = DisplayFileCommand
else
cmd = DisplayObjectCommand