Sha256: 583c6327cd664fcd8b07c093b00cafe70d42776e1835198a88ade29f26020c63
Contents?: true
Size: 458 Bytes
Versions: 35
Compression:
Stored size: 458 Bytes
Contents
= Display authentication links You can retrieve a relative URL to any Rodauth action by calling the corresponding <tt>*_path</tt> method on the Rodauth instance: <a href="<%= rodauth.login_path %>">Sign in</a> <a href="<%= rodauth.create_account_path %>">Sign up</a> For absolute URLs instead of paths, you can use the <tt>*_url</tt> methods: <a href="<%= rodauth.login_url %>">Sign in</a> <a href="<%= rodauth.create_account_url %>">Sign up</a>
Version data entries
35 entries across 35 versions & 1 rubygems