Skip to content

Commit cf48353

Browse files
author
Clara Raubertas
committed
fixed missing line reported by SGL
1 parent 26cbdda commit cf48353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gem 'cloudinary'"
7777
mount_uploader :picture, PictureUploader
7878
```'
7979
message "under the line"
80-
'```ruby
80+
message '```ruby
8181
class Dog < ActiveRecord::Base
8282
```'
8383
console 'rails g migration add_picture_to_dogs picture:string'

0 commit comments

Comments
 (0)