Commit cec00f1a by Mark Bates

Make annotate_routes work.

parent acfeddcc
desc "Prepends the route map to the top of routes.rb"
task :annotate_routes do
task :annotate_routes => :environment do
require 'annotate/annotate_routes'
AnnotateRoutes.do_annotate
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