lib/inesita/cli/template/app/router.rb.tt in inesita-0.8.2 vs lib/inesita/cli/template/app/router.rb.tt in inesita-0.9.0
- old
+ new
@@ -2,7 +2,8 @@
include Inesita::Router
def routes
route '/', to: Home
route '/description', to: Description
+ route '/counters', to: Counters
end
end