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