config/routes.rb in foreman_xen-0.4.1 vs config/routes.rb in foreman_xen-0.5.0

- old
+ new

@@ -4,7 +4,9 @@ match 'snapshots/:id/revert/:ref', :to => 'snapshots#revert', :via => 'get' match 'snapshots/:id/new', :to => 'snapshots#new', :via => 'get' match 'snapshots/:id/delete/:ref', :to => 'snapshots#destroy', :via => 'get' match 'snapshots/:id/create', :to => 'snapshots#create', :via => 'post' + + match 'cache/refresh', :to => 'cache#refresh', :via => 'post' end end