lib/roda/plugins/path.rb in roda-2.10.0 vs lib/roda/plugins/path.rb in roda-2.11.0

- old
+ new

@@ -1,6 +1,7 @@ # frozen-string-literal: true +# class Roda module RodaPlugins # The path plugin adds support for named paths. Using the +path+ class method, you can # easily create <tt>*_path</tt> instance methods for each named path. Those instance # methods can then be called if you need to get the path for a form action, link,