lib/tasks/routes.rake in picky-1.5.2 vs lib/tasks/routes.rake in picky-1.5.3
- old
+ new
@@ -1,7 +1,8 @@
+# Routing tasks.
+#
desc "Shows the available URL paths"
task :routes => :application do
- puts "Note: Anchored (\u2713) regexps are faster, e.g. /\\A.*\\Z/ or /^.*$/.\n\n"
Application.apps.each do |app|
- p app
+ puts app.to_routes
end
end
\ No newline at end of file