routes.rb 244 Bytes
Rails.application.routes.draw do
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  HeimdallEngine.load_routes
  root 'application#root'

  namespace :admin do
    resources :pools
  end
end