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 3609abc commit f3d7c70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/source/active_storage_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,7 @@ class User < ApplicationRecord
attachable.variant :thumb, resize_to_limit: :thumb_size
end
private
private
def thumb_size
[100, 100]
end
Expand Down

0 comments on commit f3d7c70

Please sign in to comment.