annotate_routes.rake 165 Bytes EditWeb IDE 1 2 3 4 5 desc "Prepends the route map to the top of routes.rb" task :annotate_routes => :environment do require 'annotate/annotate_routes' AnnotateRoutes.do_annotate end