Skip to content

Commit

Permalink
Fix rails guides style
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Feb 8, 2024
1 parent f3d7c70 commit 1f88313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guides/source/active_storage_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ class User < ApplicationRecord
end
private
def thumb_size
[100, 100]
end
def thumb_size
[100, 100]
end
end
```

Expand Down

0 comments on commit 1f88313

Please sign in to comment.