mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 08:09:38 +02:00
Crop profile images
This commit is contained in:
parent
78b0674052
commit
41dff228e8
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ class User < ApplicationRecord
|
|||
enum :role, { member: "member", admin: "admin" }, validate: true
|
||||
|
||||
has_one_attached :profile_image do |attachable|
|
||||
attachable.variant :thumbnail, resize_to_limit: [ 150, 150 ], preprocessed: true
|
||||
attachable.variant :thumbnail, resize_to_fill: [ 300, 300 ]
|
||||
end
|
||||
|
||||
validate :profile_image_size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue