From 6da10250d5f80f1d03642b0df9c74b99efa42d96 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Sun, 8 Oct 2023 13:31:28 +0900 Subject: [PATCH] Add steps to start rails server --- _pages/uploads.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_pages/uploads.md b/_pages/uploads.md index 62e992b6..52a1b793 100644 --- a/_pages/uploads.md +++ b/_pages/uploads.md @@ -98,6 +98,8 @@ to this line and save it: <%= form.file_field :picture %> {% endhighlight %} +Run `rails server`. + In your browser open . Your "New idea" form will now show a different element on the page for the "Picture" field. Instead of a text field a file chooser is visible, recognizable by either a "Browse..." or "Choose File" button. Fill in the form to create a new idea, but this time select a picture as well using this new element/button. Any random image you have on your laptop will do, it's just a test.