We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8341953 commit 7ba27ceCopy full SHA for 7ba27ce
sites/en/intro-to-rails/pictures.step
@@ -30,10 +30,12 @@ end
30
end
31
step do
32
message 'Open `app/uploaders/picture_uploader.rb:`'
33
- message 'Add the code
34
-``` ruby
+ message 'Add the code'
+message ```ruby
35
include Cloudinary::CarrierWave
36
```'
37
+message 'under the line `class PictureUploader < CarrierWave::Uploader::Base`'
38
+
39
explanation do
40
message "This line tells the uploader to include some code from the `cloudinary` gem which enables CarrierWave to use Cloudinary as a storage system."
41
0 commit comments