instance method
key_in
Ruby on Rails 7.1.6
Since v5.2.8.1 Last seen in v8.0.4 PrivateSignature
key_in(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activestorage/lib/active_storage/log_subscriber.rb, line 70
def key_in(event)
event.payload[:key]
end
Defined in activestorage/lib/active_storage/log_subscriber.rb line 70
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::LogSubscriber