app/routes.rb in rumm-0.0.17 vs app/routes.rb in rumm-0.0.18

- old
+ new

@@ -67,5 +67,10 @@ match 'destroy volume :id' => 'volumes#destroy' match 'show attachments on server :server_id' => 'attachments#index' match 'attach volume :id to server :server_id' => 'attachments#attach' match 'detach volume :id from server :server_id' => 'attachments#detach' + +# Stop-gap measure to load help for each rumm command +# ========== + +eval File.read(File.expand_path '../help/routes.rb', __FILE__), binding, File.expand_path('../help/routes.rb', __FILE__)