Skip to content

Instantly share code, notes, and snippets.

@foliea
Created March 30, 2015 14:19
Show Gist options
  • Save foliea/f1563e87582a8269bc3d to your computer and use it in GitHub Desktop.
Save foliea/f1563e87582a8269bc3d to your computer and use it in GitHub Desktop.
class ContainersController < DockerController
%w(
/json
/:id/json
/:id/top
/:id/changes
).each do |route|
get route do
reroute_to_docker
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment