Sha256: aa5f1ab3898bd9d7a4b8388acf6e2361de7d3f5510b2cb9a7bcb248c2b4ec64b

Contents?: true

Size: 211 Bytes

Versions: 1

Compression:

Stored size: 211 Bytes

Contents

desc "Prepends the route map to the top of routes.rb"
task :annotate_routes do
  require File.expand_path(File.join(File.dirname(__FILE__), '..', 'annotate', 'annotate_routes'))
  AnnotateRoutes.do_annotate
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
annotate-2.4.1.beta1 lib/tasks/annotate_routes.rake