From 15dfcbc62b8ba211d8f45808462454f07939d1d1 Mon Sep 17 00:00:00 2001 From: Jason Fleetwood-Boldt Date: Wed, 3 Apr 2024 10:11:31 -0500 Subject: [PATCH] Update README.md (#159) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da7a4e61..d8ba26b4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It will read your relationships and field types to generate your code for you, l By default, it generates code that gives users full control over objects they 'own' and by default it spits out functionality giving access to all fields. (Handily, Hot Glue leaves the command you used in a comment at the top of your generated controller so you can regenerate it again in the future.) -Alternatively, refinements allow you to scope records using custom access control or Pundit. Hot Glue scaffold come with pagination by default and now have an optional search to add to scaffolds. +Alternatively, refinements allow you to scope records using custom access control or Pundit. Hot Glue scaffold comes with pagination by default and now has an option to add searching too. Hot Glue generates quick and dirty functionality. It lets you be crafty. However, like with a real glue gun, please be sure to use it with caution.