instance method
key_in
Ruby on Rails 7.0.10
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 58
def key_in(event)
event.payload[:key]
end
Defined in activestorage/lib/active_storage/log_subscriber.rb line 58
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::LogSubscriber