module Devops module RoutesContainer def register_routes routes = Devops::Version2_0::Routes.constants.collect{|s| Devops::Version2_0::Routes.const_get(s)}.select {|const| const.class == Module} routes.each do |r| register r end end end end