I am trying to learn how to attach an image from local hard disk to Active Storage. E.g.
User.last.images.attach("../../Downloads/me.jpg")
But I see
ActiveSupport::MessageVerifier::InvalidSignature: ActiveSupport::MessageVerifier::InvalidSignature
from /Users/st/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/activesupport-6.0.3.2/lib/active_support/message_verifier.rb:176:in `verify'