Skip to content

Commit a9543de

Browse files
Update README.md
1 parent eb9b9b7 commit a9543de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ config.imagekit={
6363
}
6464
```
6565

66-
You can create a carrierwave uploader in order to attach pictures to your database objects as their attributes. To upload images without designating them as database attributes, read the section on File Upload below.
66+
You can create a carrierwave uploader in order to attach pictures to your database objects as their attributes. To upload images without designating them as database attributes, skip to [this section](https://github.com/imagekit-developer/imagekit-ruby#file-upload).
6767
```bash
6868
rails g uploader <Uploading_attribute_name>
6969
# For example if you want to create uploader for Avatar attribute then use

0 commit comments

Comments
 (0)