Skip to content

Commit 7ba27ce

Browse files
author
Clara Raubertas
committed
update pictures
1 parent 8341953 commit 7ba27ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sites/en/intro-to-rails/pictures.step

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ end
3030
end
3131
step do
3232
message 'Open `app/uploaders/picture_uploader.rb:`'
33-
message 'Add the code
34-
``` ruby
33+
message 'Add the code'
34+
message ```ruby
3535
include Cloudinary::CarrierWave
3636
```'
37+
message 'under the line `class PictureUploader < CarrierWave::Uploader::Base`'
38+
3739
explanation do
3840
message "This line tells the uploader to include some code from the `cloudinary` gem which enables CarrierWave to use Cloudinary as a storage system."
3941
end

0 commit comments

Comments
 (0)