From 88987b0e42f8e7180a232a6ade7b596400149778 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Tue, 24 Sep 2013 18:12:09 -0700 Subject: [PATCH] Added a note on custom inputs added a note saying you may have to create the directory `apps/inputs/` and restart the webserver. I was stumped for a while on this. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cea75a04..bcca123d 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,7 @@ And use it in your views: ```ruby f.input :money, as: :currency ``` +Note, you may have to create the `app/inputs/` directory and restart your webserver. You can also redefine existing **Simple Form** inputs by creating a new class with the same name. For instance, if you want to wrap date/time/datetime in a div, you can do: