diff --git a/bullet_train/docs/field-partials/file-field.md b/bullet_train/docs/field-partials/file-field.md index d679fe5f2..0fff0d3b0 100644 --- a/bullet_train/docs/field-partials/file-field.md +++ b/bullet_train/docs/field-partials/file-field.md @@ -8,8 +8,7 @@ In addition, Bullet Train has integrated the direct-uploads feature of Active St ## Example -Add a 'document' file as an attachment to a `Post` model: - +The following steps illustrate how to add a `document` file attachment to a `Post` model. Add the following to `app/models/post.rb`: ```ruby