resources/routes.rb in plezi-0.16.0 vs resources/routes.rb in plezi-0.16.1
- old
+ new
@@ -15,7 +15,10 @@
# # Response format re-write, i.e.: `/xml/home` will use .xml templates automatically
# # with :locale a request might look like `/en/json/...`
# Plezi.route "/:format" , /^(html|json|xml)$/
+# An optional assets route:
+# Plezi.route('/assets', :assets)
+
# # The root Controller
Plezi.route '/', ExampleCtrl