Skip to content

Commit

Permalink
Fix path to primary_key_lookup_check_values plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 authored and jeremyevans committed Aug 16, 2023
1 parent 0a4d297 commit b50a05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/pages/plugins.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@
<span class="ul__span">Allows Sequel::Model classes to implement PostgreSQL row-valued/composite types.</span>
</li>
<li class="ul__li ul__li--grid">
<a class="a" href="rdoc-plugins/classes/Sequel/Plugins/RequireValidSchema.html">primary_key_lookup_check_values </a>
<a class="a" href="rdoc-plugins/classes/Sequel/Plugins/PrimaryKeyLookupCheckValues.html">primary_key_lookup_check_values </a>
<span class="ul__span">Typecasts and checks values in allowed range during lookups by primary key.</span>
</li>
<li class="ul__li ul__li--grid">
Expand Down

0 comments on commit b50a05c

Please sign in to comment.