Commit 6e8d6dff by James McCarthy

Fixes annotate_routes

parent 5997da96
desc "Prepends the route map to the top of routes.rb" desc "Prepends the route map to the top of routes.rb"
task :annotate_routes do task :annotate_routes do
require File.join(File.dirname(__FILE__), '..', 'annotate/annotate_models') require File.join(File.dirname(__FILE__), '..', 'annotate/annotate_routes')
AnnotateRoutes.do_annotate AnnotateRoutes.do_annotate
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment