Skip to content

Commit

Permalink
Add sequel_validation_helpers_block plugin to plugins page
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 28, 2009
1 parent 14e8fd2 commit 6f5e48b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/pages/plugins
Expand Up @@ -40,6 +40,7 @@
<li><a href='http://github.com/aemadrid/sequel_orderable'>sequel_orderable</a>: Allows for model instances to be part of an ordered list, based on a 'position' field in the database.</li>
<li><a href='http://github.com/jackdempsey/sequel_polymorphic'>sequel_polymorphic</a>: Lets you easily create polymorphic associations.</li>
<li><a href='http://github.com/jackdempsey/sequel_taggable'>sequel_taggable</a>: Allows easily adding tags to any model.</li>
<li><a href='http://github.com/jeremyevans/sequel_validation_helpers_block'>sequel_validation_helpers_block</a>: Allows easy determination of which validation rules apply to a given column, at the expense of increased verbosity.</li>
</ul>

<h2>Sequel Extensions</h2>
Expand Down

0 comments on commit 6f5e48b

Please sign in to comment.