lib/tasks/routes.rake in picky-2.1.1 vs lib/tasks/routes.rake in picky-2.1.2
- old
+ new
@@ -1,7 +1,7 @@
# Routing tasks.
#
-desc "Shows the available URL paths"
+desc "Shows the available URL paths."
task :routes => :application do
Application.apps.each do |app|
puts app.to_routes
end
end
\ No newline at end of file