doc/internals.rdoc in rodauth-1.20.0 vs doc/internals.rdoc in rodauth-1.21.0
- old
+ new
@@ -181,10 +181,10 @@
# templates directory (unless the user has overridden it), inside the Roda
# application's layout.
foo_view
end
- # Just like in Roda, r.post is called for GET requests
+ # Just like in Roda, r.post is called for POST requests
r.post do
# This is called before performing the foo action
before_foo
# This assumes foo returns false or nil on failure, or otherwise on