lib/roda/plugins/class_level_routing.rb in roda-2.10.0 vs lib/roda/plugins/class_level_routing.rb in roda-2.11.0
- old
+ new
@@ -1,6 +1,7 @@
# frozen-string-literal: true
+#
class Roda
module RodaPlugins
# The class_level_routing plugin adds routing methods at the class level, which can
# be used instead of or in addition to using the normal +route+ method to start the
# routing tree. If a request is not matched by the normal routing tree, the class