From c4526a365f418a0f4eabc38a44c60bbabcc1903f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Rodr=C3=ADguez-Baltan=C3=A1s=20D=C3=ADaz?= Date: Fri, 19 Apr 2019 15:53:47 +0200 Subject: [PATCH] Update README.md SimpleForm is no longer used. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58da0afe..c51cd9f7 100644 --- a/README.md +++ b/README.md @@ -750,7 +750,7 @@ parse: -> { |term| term.to_i } # Parse the incoming term (string) into whatever required: true|false # Passed to form ``` -Any other option given will be yielded to SimpleForm as `input_html` options. +Any other option given will be yielded to EffectiveBootstrap as options. ## bulk_actions