Sha256: 260a6e127b699f70428b0feace3fafa315863061a3c834a9f71a885077f8aea7
Contents?: true
Size: 161 Bytes
Versions: 52
Compression:
Stored size: 161 Bytes
Contents
# Routing tasks. # desc "Shows the available URL paths." task :routes => :application do Picky::Application.apps.each do |app| puts app.to_routes end end
Version data entries
52 entries across 52 versions & 1 rubygems