Rails.application.routes.draw do puts "manage loaded" get "management" => "manage/management#index" , :as => :management end